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

Make source location display optional.

This commit is contained in:
Bartosz Taudul
2020-04-02 01:37:56 +02:00
parent 39cb9f4a32
commit d3c278cb02
2 changed files with 49 additions and 40 deletions
+1
View File
@@ -56,6 +56,7 @@ private:
uint32_t m_codeLen;
DecayValue<uint64_t> m_highlightAddr;
bool m_asmRelative;
bool m_asmShowSourceLocation;
std::vector<Line> m_lines;
std::vector<AsmLine> m_asm;