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

Display compression ratio and uncompressed data throughput.

This commit is contained in:
Bartosz Taudul
2017-11-23 01:23:40 +01:00
parent a71c81bc41
commit 79dec4eafe
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -191,6 +191,7 @@ private:
NonRecursiveBenaphore m_mbpslock;
std::vector<float> m_mbps;
float m_compRatio;
// not used for vis - no need to lock
flat_hash_set<uint64_t, nohash<uint64_t>> m_pendingStrings;