1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Calculate plot values sum.

This commit is contained in:
Bartosz Taudul
2021-10-17 13:04:56 +02:00
parent a1511a39bd
commit 0bd1364c2f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -753,6 +753,7 @@ struct PlotData
uint64_t name;
double min;
double max;
double sum;
SortedVector<PlotItem, PlotItemSort> data;
PlotType type;
PlotValueFormatting format;