mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Allow checking if source view is symbol view.
This commit is contained in:
parent
5dd7c7e402
commit
b9b39f1957
@ -139,6 +139,7 @@ public:
|
||||
void Render( const Worker& worker, View& view );
|
||||
|
||||
void CalcInlineStats( bool val ) { m_calcInlineStats = val; }
|
||||
bool IsSymbolView() const { return !m_asm.empty(); }
|
||||
|
||||
private:
|
||||
void ParseSource( const char* fileName, const Worker& worker, const View& view );
|
||||
|
Loading…
Reference in New Issue
Block a user