mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-31 07:28:32 +00:00
Add missing separator.
This commit is contained in:
@@ -639,7 +639,7 @@ std::string FormatDisassemblyLine( const AsmLine& opcode, Worker& worker, std::v
|
||||
}
|
||||
if( stat.ext != 0 )
|
||||
{
|
||||
snprintf( buf, sizeof(buf), "%.4f%%", 100.0f * stat.ext / totalCost );
|
||||
snprintf( buf, sizeof(buf), "%.4f%%:", 100.0f * stat.ext / totalCost );
|
||||
line += buf;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user