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

Send delta times for context switches.

This commit is contained in:
Bartosz Taudul
2019-10-25 19:13:11 +02:00
parent 25b3cdc1ee
commit 8fa5188176
6 changed files with 36 additions and 7 deletions
+1
View File
@@ -545,6 +545,7 @@ private:
uint64_t m_threadCtx;
int64_t m_refTimeThread;
int64_t m_refTimeSerial;
int64_t m_refTimeCtx;
void* m_stream; // LZ4_stream_t*
char* m_buffer;