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

Time accumulation histogram mode.

This commit is contained in:
Bartosz Taudul
2018-03-05 20:15:18 +01:00
parent 4005f22ecf
commit f733758652
2 changed files with 36 additions and 10 deletions
+1
View File
@@ -176,6 +176,7 @@ private:
int maxDepth = -1;
bool logVal = false;
bool logTime = false;
bool cumulateTime = false;
Region highlight;
void Reset()