1
0
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:
Bartosz Taudul
2022-07-03 14:52:18 +02:00
parent 3c49dea10c
commit edad2d7e35
2 changed files with 42 additions and 1 deletions
+7
View File
@@ -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;
};