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

Finish sending context switches during disconnect.

This commit is contained in:
Bartosz Taudul
2019-08-14 23:06:13 +02:00
parent 6dc79cf14e
commit 69077e4e6f
2 changed files with 83 additions and 0 deletions
+1
View File
@@ -454,6 +454,7 @@ private:
void ClearQueues( tracy::moodycamel::ConsumerToken& token );
void ClearSerial();
DequeueStatus Dequeue( tracy::moodycamel::ConsumerToken& token );
DequeueStatus DequeueContextSwitches( tracy::moodycamel::ConsumerToken& token, int64_t& timeStop );
DequeueStatus DequeueSerial();
bool AppendData( const void* data, size_t len );
bool CommitData();