wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.64k stars 595 forks source link

No statistics for GPU zones? #749

Open eliasdaler opened 3 months ago

eliasdaler commented 3 months ago

For CPU zones, helpful statistics/histograms exist: image But they don't for GPU zones: image

I saw https://github.com/wolfpld/tracy/issues/207 and that as the result, GPU zones were added to the statistics tab, however they don't display per-zone distributions as for CPU zones which would be very helpful. image

benvanik commented 3 months ago

We've been thinking about the same thing - would love to have GPU zones be first-class in tracy - our workaround was going to be to not use GPU zones and instead record them all as if they are CPU zones (though then we lose the nice async connections between recording and execution time).