mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Display wall time in addition to sample counts.
This commit is contained in:
parent
3ef76df0d1
commit
58cf97ef5d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user