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

Add API to start/stop profiling programmatically #68

Open AndyZEvans opened 5 years ago

AndyZEvans commented 5 years ago

It would be helpful to have a way of starting and stopping profiling programmatically, to have more control over what was being profiled.

There is an old attempt to do this at https://github.com/mhoffesommer/Very-Sleepy. Did this approach work? Could it be added to the current codebase?

CyberShadow commented 3 years ago

See also: https://github.com/VerySleepy/verysleepy/issues/5#issuecomment-23163316

CyberShadow commented 3 years ago

Could it be added to the current codebase?

PRs welcome!