-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
Description
Description
I tested you package against django tests, after I saw what you were capable of doing using code heatmap, which renders great by the way. So I thought I would give it a try on my Django tests because selenium is taking long time, and a heatmap would definitely reveal what parts are slow so I can focus on them.
How to reproduce
$ vprof -c h "manage.py test --failfast"
Actual results
The code heatmap is only showing the manage.py file, would it be possible to add an option to monitor my test files (i.e. tests.py or any other file).
Expected results
I would like to have several files show up in the profiling result (that I pick beforehand)
Version and platform
vprof==0.36.1
MacOS 10.12.5
Python 3.5.2
Reactions are currently unavailable