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

Time is int64_t.

This commit is contained in:
Bartosz Taudul
2018-09-01 01:02:08 +02:00
parent cb47ac6165
commit 27a2d8595d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ private:
} m_memInfo;
struct {
std::vector<uint64_t> data;
std::vector<int64_t> data;
const FrameData* frameSet = nullptr;
size_t frameNum = 0;
float average = 0;