mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Display self time percentage in find zone menu.
This commit is contained in:
parent
56b530e99c
commit
71f1a0b31e
@ -4947,6 +4947,8 @@ void View::DrawFindZone()
|
||||
{
|
||||
m_findZone.scheduleResetMatch = true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
ImGui::TextDisabled( "(%.2f%%)", 100.f * zoneData.selfTotal / zoneData.total );
|
||||
|
||||
ImGui::TextDisabled( "Time range:" );
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user