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

Symbol file selector.

This commit is contained in:
Bartosz Taudul
2020-04-08 22:25:36 +02:00
parent a1bad4b7be
commit bb338a1c97
2 changed files with 47 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ private:
int m_maxJumpLevel;
bool m_showJumps;
unordered_flat_set<uint32_t> m_sourceFiles;
unordered_flat_map<uint32_t, uint32_t> m_sourceFiles;
};
}