mirror of
https://github.com/wolfpld/tracy
synced 2026-02-15 13:42:17 +00:00
Add separators to GPU zone counts.
This commit is contained in:
@@ -2043,8 +2043,8 @@ void View::DrawZones()
|
||||
ImGui::Text( "Appeared at %s", TimeToString( t - m_frames[0] ) );
|
||||
}
|
||||
}
|
||||
ImGui::Text( "Zone count: %zu", v->count );
|
||||
ImGui::Text( "Top-level zones: %zu", v->timeline.size() );
|
||||
ImGui::Text( "Zone count: %s", RealToString( v->count, true ) );
|
||||
ImGui::Text( "Top-level zones: %s", RealToString( v->timeline.size(), true ) );
|
||||
ImGui::Text( "Query accuracy bits: %i", v->accuracyBits );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user