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

Store send queue size in mbps block.

This commit is contained in:
Bartosz Taudul
2019-04-01 19:55:37 +02:00
parent d8d30bd875
commit 20e6813461
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1784,6 +1784,7 @@ void Worker::Exec()
m_mbpsData.mbps.erase( m_mbpsData.mbps.begin() );
m_mbpsData.mbps.emplace_back( bytes / ( td * 125.f ) );
m_mbpsData.compRatio = float( bytes ) / decBytes;
m_mbpsData.queue = m_serverQueryQueue.size();
t0 = t1;
bytes = 0;
decBytes = 0;