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

Sort symbols list only when actually needed.

This commit is contained in:
Bartosz Taudul
2021-11-14 13:05:05 +01:00
parent b978a7c652
commit 864d7e4e47
4 changed files with 45 additions and 31 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ public:
void SetCpuId( uint32_t cpuid );
void OpenSource( const char* fileName, int line, const View& view, const Worker& worker );
void OpenSymbol( const char* fileName, int line, uint64_t baseAddr, uint64_t symAddr, const Worker& worker, const View& view );
void OpenSymbol( const char* fileName, int line, uint64_t baseAddr, uint64_t symAddr, Worker& worker, const View& view );
void Render( Worker& worker, View& view );
void CalcInlineStats( bool val ) { m_calcInlineStats = val; }