wolfpld / tracy

Frame profiler

Home Page:https://tracy.nereid.pl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When TRACY_ON_DEMAND is disabled, is it possible to save only N frames instead of saving all frames?

syz3843486 opened this issue · comments

Tracy is really great to use! However, I have a requirement to capture the detailed duration of a frame when its runtime exceeds X milliseconds. But after looking through the documentation, it seems that there isn't a feature for this. If TRACY_ON_DEMAND is turned off, continuous profiling will consume too much memory. Do you have any good suggestions?