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

Count transferred data size.

This commit is contained in:
Bartosz Taudul
2019-10-24 00:47:16 +02:00
parent 2d31ca993e
commit 1cfb5adc44
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -2435,6 +2435,7 @@ void Worker::Exec()
m_mbpsData.mbps.emplace_back( bytes / ( td * 125.f ) );
m_mbpsData.compRatio = float( bytes ) / decBytes;
m_mbpsData.queue = m_serverQueryQueue.size();
m_mbpsData.transferred += bytes;
t0 = t1;
bytes = 0;
decBytes = 0;