1
0
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:
Bartosz Taudul
2020-05-25 21:37:17 +02:00
parent 39ce605711
commit 898a10ef82
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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 );