1
0
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:
Bartosz Taudul
2019-09-16 21:31:43 +02:00
parent b99675ae60
commit 8fe9b56b6f
2 changed files with 38 additions and 0 deletions
+5
View File
@@ -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