VerySleepy / verysleepy

Very Sleepy, a sampling CPU profiler for Windows
http://www.codersnotes.com/sleepy
GNU General Public License v2.0
1.07k stars 105 forks source link

Make it possible to profile processes with many threads #38

Closed quijote closed 7 years ago

quijote commented 7 years ago

Limit number of displayed threads to 1000. This is currently hardcoded. 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.

CyberShadow commented 7 years ago

As with #37. Thanks!