question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ability to choose profiled files

See original GitHub issue
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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
nvdvcommented, Aug 21, 2017

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.

1reaction
nvdvcommented, Sep 1, 2017

Heatmap excludes code from libraries now. I think I will play with it some time before releasing, but it looks way better now 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found