wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
10.04k stars 665 forks source link

Median and Average values for plots #272

Open gsamour opened 3 years ago

gsamour commented 3 years ago

As far as I know, Plots only show the min/max values. However, all the data points are there. Can the Median and Average values be added to the info for Plots?

wolfpld commented 3 years ago

Average value is now displayed, as of 250f7ecd. Unfortunately, calculation of median value would be too performance and memory expensive.

nicolasavru commented 1 year ago

Is it possible to limit the average calculation to a time range? Since the median isn't available, looking at the average over a time range would be good enough to exclude outlier/qualitatively different sections.