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

Insert frame mark at beginning of on-demand connection.

This commit is contained in:
Bartosz Taudul 2019-06-21 19:38:58 +02:00
parent fd9fc880a6
commit 850815534e

View File

@ -1852,6 +1852,7 @@ void Worker::Exec()
goto close;
}
m_data.frameOffset = onDemand.frames;
m_data.framesBase->frames.push_back( FrameEvent{ TscTime( onDemand.currentTime ), -1, -1 } );
}
}