mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 08:14:34 +00:00
Display bin counts with separators.
This commit is contained in:
parent
df3e8597c4
commit
021368fb59
@ -6567,9 +6567,7 @@ void View::DrawFindZone()
|
|||||||
TextDisabledUnformatted( "Time range:" );
|
TextDisabledUnformatted( "Time range:" );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Text( "%s - %s", TimeToString( t0 ), TimeToString( t1 ) );
|
ImGui::Text( "%s - %s", TimeToString( t0 ), TimeToString( t1 ) );
|
||||||
TextDisabledUnformatted( "Count:" );
|
TextFocused( "Count:", RealToString( bins[bin], true ) );
|
||||||
ImGui::SameLine();
|
|
||||||
ImGui::Text( "%" PRIu64, bins[bin] );
|
|
||||||
TextFocused( "Time spent in bin:", TimeToString( binTime[bin] ) );
|
TextFocused( "Time spent in bin:", TimeToString( binTime[bin] ) );
|
||||||
TextFocused( "Time spent in the left bins:", TimeToString( tBefore ) );
|
TextFocused( "Time spent in the left bins:", TimeToString( tBefore ) );
|
||||||
TextFocused( "Time spent in the right bins:", TimeToString( tAfter ) );
|
TextFocused( "Time spent in the right bins:", TimeToString( tAfter ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user