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

Display total frame set time.

This commit is contained in:
Bartosz Taudul
2018-09-01 01:12:04 +02:00
parent 27a2d8595d
commit 9b8a0a8364
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -362,6 +362,7 @@ private:
size_t frameNum = 0;
float average = 0;
float median = 0;
int64_t total = 0;
} m_frameSortData;
};