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

Remember if there is branch retirement data.

This commit is contained in:
Bartosz Taudul
2022-04-01 18:46:46 +02:00
parent 4a8c4bde34
commit 381f706796
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -391,6 +391,7 @@ private:
unordered_flat_map<const char*, MemoryBlock, charutil::Hasher, charutil::Comparator> sourceFileCache;
unordered_flat_map<uint64_t, HwSampleData> hwSamples;
bool hasBranchRetirement = false;
unordered_flat_map<uint64_t, uint64_t> fiberToThreadMap;
};