1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Display number of assembly instructions for each line.

This commit is contained in:
Bartosz Taudul
2020-04-02 02:35:41 +02:00
parent 2b8cf5d132
commit 50d9932378
2 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public:
void Render( const Worker& worker );
private:
void RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint32_t iptotal );
void RenderLine( const Line& line, int lineNum, uint32_t ipcnt, uint32_t iptotal, const Worker& worker );
void RenderAsmLine( const AsmLine& line, uint32_t ipcnt, uint32_t iptotal, const Worker& worker, uint64_t& jumpOut );
bool Disassemble( uint64_t symAddr, const Worker& worker );