nvdv / vprof

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

vprof does not handle scripts with arguments properly #13

Closed nvdv closed 8 years ago

nvdv commented 8 years ago

vprof can't handle scripts that take arguments after the script name (sys.argv). It would be super helpful if it did.

heikoheiko commented 8 years ago

+1

test-account-0 commented 8 years ago

+1

nvdv commented 8 years ago

Looks like this one is fixed now. Dev version from GitHub should process scripts with arguments properly. I will update PyPi version ASAP.