nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

i run vprof. my py program starts. but where to see the charts? #45

Closed saintthor closed 8 years ago

saintthor commented 8 years ago

i didn't find detail documents..

nvdv commented 8 years ago

Stats should appear in new tab of default web browser. If they didn't, try to open localhost at 8000 port. On May 21, 2016 20:11, "saintthor" notifications@github.com wrote:

i didn't find detail documents..

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/nvdv/vprof/issues/45

jungle-boogie commented 8 years ago

How can you do it remotely with this:

vprof -c cm -s vprof/vprof/tests/runtime_profile_test.py

I do see -r working: user python3.4 42009 5 tcp4 127.0.0.1:8000

But that won't do me any good as this is a droplet without any gui.

saintthor commented 8 years ago

there is nothing at localhost:8000. i run the command as: vprof --debug cm "LttServer.py" neither -c nor -s is supported. it tells me: usage: vprof [-h] [--port PORT] [--debug] [-n] options src

nvdv commented 8 years ago

38 is fixed now and README.md has correct instructions now.