VerySleepy / verysleepy

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

Bug fix(es); Add cmdline parameter to sample a specific thread or set of threads; Code Cleanup; update build scripts #92

Closed mojomojomojo closed 2 years ago

mojomojomojo commented 2 years ago

Bug Fixes

One or more of these was resulting in bad behavior. If you select a single thread and start sampling, the app will sample a single thread once (or a few times), then begin sampling all threads.

Attach to specific thread(s)

/thread:<tid>

/thread:<tid1>,<tid2>,...

In addition to /mt /mbt, this option permits you to sample specific threads, by thread ID.

Build Scripts

mojomojomojo commented 2 years ago

Sorry. I'm new to git for fork/pull. I'm going to redo some things to make the pull request a bit cleaner.