mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Show which symbols are available.
This commit is contained in:
@@ -2080,6 +2080,11 @@ const SymbolData* Worker::GetSymbolData( uint64_t sym ) const
|
||||
}
|
||||
}
|
||||
|
||||
bool Worker::HasSymbolCode( uint64_t sym ) const
|
||||
{
|
||||
return m_data.symbolCode.find( sym ) != m_data.symbolCode.end();
|
||||
}
|
||||
|
||||
const char* Worker::GetSymbolCode( uint64_t sym, uint32_t& len ) const
|
||||
{
|
||||
auto it = m_data.symbolCode.find( sym );
|
||||
|
||||
Reference in New Issue
Block a user