Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to profile processes with many threads #38

Merged
merged 1 commit into from
Jan 14, 2017
Merged

Make it possible to profile processes with many threads #38

merged 1 commit into from
Jan 14, 2017

Commits on Jan 13, 2017

  1. Limit number of displayed threads to 1000. This is currently hardcode…

    …d. Could be improved to a user changeable option in the future.
    
    Limit number of threads that get live updates of location every second. The limit is currently 100 and hardcoded. Could be improved to a user changeable option in the future.
    
    Without those two changes the UI almost freezes completely when trying to profile a process with 1000 threads or more.
    quijote committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    a499445 View commit details
    Browse the repository at this point in the history