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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user