nvdv / vprof

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

-c and -s switches aren't working #40

Closed Morrolan closed 8 years ago

Morrolan commented 8 years ago

In Python 3.5.1, vprof freshly installed via 'pip3.5 vprof'.

-c and -s switches aren't working, so README is incorrect.

In order to get it working, I have to do:

vprof cmh "myscript.py --my-option 1"

nvdv commented 8 years ago

For some reason at present pip install vprof installs v0.22 instead of latest v0.3. README is for v0.3. (issue is tracked here #38) Current workaround: pip install vprof==0.3

nvdv commented 8 years ago

Should be fine now, since #38 is fixed.