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

Show trace description/filename on titlebar.

This commit is contained in:
Bartosz Taudul
2023-06-29 23:53:37 +02:00
parent 0cb6d8588b
commit 57bd63dab6
5 changed files with 30 additions and 1 deletions
+1
View File
@@ -363,6 +363,7 @@ private:
bool Save( const char* fn, FileWrite::Compression comp, int zlevel, bool buildDict );
void Attention( bool& alreadyDone );
void UpdateTitle();
unordered_flat_map<uint64_t, bool> m_visibleMsgThread;
unordered_flat_map<uint64_t, bool> m_waitStackThread;