mirror of
https://github.com/wolfpld/tracy.git
synced 2026-07-11 16:48:52 +00:00
There are no parents for mid-stack frames.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user