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