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

Threads may be mapped to fibers.

This commit is contained in:
Bartosz Taudul
2021-11-02 01:51:54 +01:00
parent 0718330016
commit d522af99b9
2 changed files with 38 additions and 12 deletions
+2
View File
@@ -363,6 +363,8 @@ private:
unordered_flat_map<const char*, MemoryBlock, charutil::Hasher, charutil::Comparator> sourceFileCache;
unordered_flat_map<uint64_t, HwSampleData> hwSamples;
unordered_flat_map<uint64_t, uint64_t> threadToFiberMap;
};
struct MbpsBlock