1
0
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:
Bartosz Taudul
2020-04-09 22:37:49 +02:00
parent 9d2c03bc5b
commit f0c7a751c1
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -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 );