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

Store received timestamps offset to 0.

This commit is contained in:
Bartosz Taudul
2019-08-15 17:52:36 +02:00
parent c021f4cf2c
commit b322d20c19
2 changed files with 36 additions and 33 deletions
+2
View File
@@ -147,6 +147,7 @@ private:
{
DataBlock()
: zonesCnt( 0 )
, baseTime( 0 )
, lastTime( 0 )
, frameOffset( 0 )
, threadLast( std::numeric_limits<uint64_t>::max(), 0 )
@@ -163,6 +164,7 @@ private:
Vector<ThreadData*> threads;
MemData memory;
uint64_t zonesCnt;
int64_t baseTime;
int64_t lastTime;
uint64_t frameOffset;