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

Monitor when new context switch data is received.

This commit is contained in:
Bartosz Taudul
2021-11-13 02:38:33 +01:00
parent 00834ed32b
commit 5b799e0e45
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -304,6 +304,7 @@ private:
unordered_flat_map<uint64_t, Vector<Int48>> childSamples;
bool newFramesWereReceived = false;
bool callstackSamplesReady = false;
bool newContextSwitchesReceived = false;
bool ghostZonesReady = false;
bool ghostZonesPostponed = false;
bool symbolSamplesReady = false;