mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Display base function is symbol as '[ - self - ]'.
This commit is contained in:
@@ -11995,7 +11995,7 @@ void View::DrawStatistics()
|
||||
break;
|
||||
}
|
||||
|
||||
const auto sn = iv.symAddr == v.symAddr ? "[self time]" : name;
|
||||
const auto sn = iv.symAddr == v.symAddr ? "[ - self - ]" : name;
|
||||
if( iv.excl == 0 )
|
||||
{
|
||||
ImGui::TextUnformatted( sn );
|
||||
|
||||
Reference in New Issue
Block a user