tracy icon indicating copy to clipboard operation
tracy copied to clipboard

C API: manual lifetime: pause and resume profiler

Open foxtran opened this issue 1 year ago • 0 comments

Hello!

I have found two methods ___tracy_startup_profiler and ___tracy_shutdown_profiler. It would be nice to expand them with pause/resume methods for applications which produces a lot of profiler's data.

For implementation, pause method may just skip data collection and resume will enable data collection back

foxtran avatar Dec 26 '24 21:12 foxtran