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

Build list of symbol source files.

This commit is contained in:
Bartosz Taudul
2020-04-08 22:18:00 +02:00
parent 0551cd8e44
commit a1bad4b7be
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -90,6 +90,8 @@ private:
unordered_flat_set<uint64_t> m_jumpOut;
int m_maxJumpLevel;
bool m_showJumps;
unordered_flat_set<uint32_t> m_sourceFiles;
};
}