mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Calculate frame statistics.
This commit is contained in:
@@ -390,6 +390,11 @@ struct FrameData
|
||||
uint64_t name;
|
||||
Vector<FrameEvent> frames;
|
||||
uint8_t continuous;
|
||||
|
||||
int64_t min = std::numeric_limits<int64_t>::max();
|
||||
int64_t max = std::numeric_limits<int64_t>::min();
|
||||
int64_t total = 0;
|
||||
double sumSq = 0;
|
||||
};
|
||||
|
||||
struct StringLocation
|
||||
|
||||
Reference in New Issue
Block a user