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
Hello!
I have found two methods
___tracy_startup_profilerand___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