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

Retrieve file name string idx in source view.

This commit is contained in:
Bartosz Taudul
2020-04-02 02:15:10 +02:00
parent 16686739f6
commit 22e9135ab1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ private:
ImFont* m_font;
const char* m_file;
uint32_t m_fileStringIdx;
uint64_t m_symAddr;
uint64_t m_currentAddr;
uint64_t m_baseAddr;