mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Display context switch samples count.
This commit is contained in:
parent
d8d6423266
commit
484ed84252
@ -14419,6 +14419,7 @@ void View::DrawInfo()
|
|||||||
TextFocused( "Child samples:", RealToString( m_worker.GetChildSamplesCountFull() ) );
|
TextFocused( "Child samples:", RealToString( m_worker.GetChildSamplesCountFull() ) );
|
||||||
ImGui::EndTooltip();
|
ImGui::EndTooltip();
|
||||||
}
|
}
|
||||||
|
TextFocused( "Context switch samples:", RealToString( m_worker.GetContextSwitchSampleCount() ) );
|
||||||
#endif
|
#endif
|
||||||
TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) );
|
TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) );
|
||||||
if( ImGui::IsItemHovered() )
|
if( ImGui::IsItemHovered() )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user