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:
@@ -753,6 +753,7 @@ struct PlotData
|
||||
uint64_t name;
|
||||
double min;
|
||||
double max;
|
||||
double sum;
|
||||
SortedVector<PlotItem, PlotItemSort> data;
|
||||
PlotType type;
|
||||
PlotValueFormatting format;
|
||||
|
||||
Reference in New Issue
Block a user