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:
@@ -506,7 +506,7 @@ void SourceView::OpenSource( const char* fileName, int line, const View& view, c
|
||||
assert( !m_source.empty() );
|
||||
}
|
||||
|
||||
void SourceView::OpenSymbol( const char* fileName, int line, uint64_t baseAddr, uint64_t symAddr, const Worker& worker, const View& view )
|
||||
void SourceView::OpenSymbol( const char* fileName, int line, uint64_t baseAddr, uint64_t symAddr, Worker& worker, const View& view )
|
||||
{
|
||||
m_targetLine = line;
|
||||
m_targetAddr = symAddr;
|
||||
|
||||
Reference in New Issue
Block a user