Ability to choose profiled files
See original GitHub issueDescription
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
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Overview of Outlook e-mail profiles - Microsoft Support
An e-mail profile is made up of e-mail accounts, data files, and information about ... Configure Outlook to prompt you to choose a...
Read more >Outlook Profiles, important, useful but little known - Office Watch
Or go to File | Info | Account Settings | Account Profile | Switch Profiles. Command Line. Run outlook.exe /profiles. (note the final...
Read more >Moving User Profiles and Data in Windows 10 - YouTube
Microsoft's game changing Windows 10 OS has brought change not only to the desktops but also the systems need to migrate to and...
Read more >Allow Directory users to change their profile and photo
If you allow it, users can change their profile name, photo, gender, birthday, or work location. A user's phone number and other contact...
Read more >How to Delete an Outlook Profile Registry
Select the file for the Outlook reg profile you want to delete. ... Registry Editor to delete your account, you should be able...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i’ve just pushed commit to
master
that enables code heatmap calculation for all running code, not just specified modules. Output might look noisy, but I am thinking about skipping standard library modules if that makes sense.Heatmap excludes code from libraries now. I think I will play with it some time before releasing, but it looks way better now 😄