mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Monitor send queue size.
This commit is contained in:
@@ -805,6 +805,13 @@ private:
|
||||
bool groupTopDown = true;
|
||||
} m_sampleParents;
|
||||
|
||||
struct
|
||||
{
|
||||
bool enabled = false;
|
||||
bool monitor = false;
|
||||
int64_t time;
|
||||
} m_sendQueueWarning;
|
||||
|
||||
std::vector<std::pair<int, int>> m_cpuUsageBuf;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user