mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-23 03:28:23 +00:00
Display wall time in addition to sample counts.
This commit is contained in:
@@ -495,6 +495,10 @@ void SourceView::RenderSymbolView( const Worker& worker )
|
||||
}
|
||||
if( iptotalAsm > 0 )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
TextFocused( ICON_FA_STOPWATCH " Time:", TimeToString( iptotalAsm * worker.GetSamplingPeriod() ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
|
||||
Reference in New Issue
Block a user