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

Collect throughput statistics.

This commit is contained in:
Bartosz Taudul
2017-09-15 02:29:48 +02:00
parent c1a90f2b0f
commit d7c09605d6
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ private:
// this block must be locked
std::mutex m_lock;
std::vector<float> m_mbps;
std::vector<Event> m_data;
std::vector<uint64_t> m_timeline;
std::unordered_map<uint64_t, std::string> m_strings;