mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Context-sensitive auto-selection of stats mode in source view.
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
void OpenSymbol( const char* fileName, int line, uint64_t baseAddr, uint64_t symAddr, const Worker& worker );
|
||||
void Render( const Worker& worker );
|
||||
|
||||
void CalcInlineStats( bool val ) { m_calcInlineStats = val; }
|
||||
|
||||
private:
|
||||
void ParseSource( const char* fileName, const Worker* worker );
|
||||
bool Disassemble( uint64_t symAddr, const Worker& worker );
|
||||
|
||||
Reference in New Issue
Block a user