wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
10.25k stars 692 forks source link

Is it possible not to store inactive allocations? #921

Closed barisyild closed 3 weeks ago

barisyild commented 3 weeks ago

My app has a lot of allocation/deallocation, which causes me to fill up all my memory in 1 minute. Is there a way to not keep the deallocated data?

It will be enough for me to compare only the allocated data.

wolfpld commented 3 weeks ago

No, it is not possible to erase stored data.