1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

There are no parents for mid-stack frames.

This commit is contained in:
Bartosz Taudul 2020-03-14 02:06:39 +01:00
parent a0cdaa8c0b
commit 20a7bf2b23

View File

@ -11367,7 +11367,7 @@ void View::DrawStatistics()
#endif
ImGui::SameLine();
}
if( v->first == 0 )
if( v->first == 0 || v->second.excl == 0 )
{
ImGui::TextUnformatted( name );
}