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

Add frame set histogram.

This commit is contained in:
Bartosz Taudul
2018-09-01 01:12:16 +02:00
parent 9b8a0a8364
commit 98b5363ebc
2 changed files with 244 additions and 0 deletions
+4
View File
@@ -363,6 +363,10 @@ private:
float average = 0;
float median = 0;
int64_t total = 0;
bool logVal = false;
bool logTime = true;
int64_t numBins = -1;
std::unique_ptr<int64_t[]> bins;
} m_frameSortData;
};