wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
9.89k stars 658 forks source link

Filter sampling statistics by thread #697

Open simonvanbernem opened 9 months ago

simonvanbernem commented 9 months ago

When profiling my game with elevated priveleges tracy gathers sampling information for all threads of my process. 99% of the time, I'm only interested in the sampled data from threads I created, and not e.g. for the Tracy worker thread. It would be nice if the statistics window hat a way to filter out certain threads so that I don't have to manually filter out all tracy-related functions that come up.

One way I could image working quite well to do this, is to add a button that applies the "Visible Threads" filtering to statistics, that already applies to the timeline view.