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

Collect hardware sample data.

This commit is contained in:
Bartosz Taudul
2021-05-19 23:05:33 +02:00
parent 101cdd9b4b
commit 373a2b66c6
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -356,6 +356,8 @@ private:
unordered_flat_map<uint64_t, Vector<uint64_t>> locationCodeAddressList;
unordered_flat_map<const char*, MemoryBlock, charutil::Hasher, charutil::Comparator> sourceFileCache;
unordered_flat_map<uint64_t, HwSampleData> hwSamples;
};
struct MbpsBlock