mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 12:04:35 +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 Render( const Worker& worker, View& view );
|
||||||
|
|
||||||
void CalcInlineStats( bool val ) { m_calcInlineStats = val; }
|
void CalcInlineStats( bool val ) { m_calcInlineStats = val; }
|
||||||
|
bool IsSymbolView() const { return !m_asm.empty(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ParseSource( const char* fileName, const Worker& worker, const View& view );
|
void ParseSource( const char* fileName, const Worker& worker, const View& view );
|
||||||
|
Loading…
Reference in New Issue
Block a user