mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +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() ) );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
TextFocused( "Context switch samples:", RealToString( m_worker.GetContextSwitchSampleCount() ) );
|
||||
#endif
|
||||
TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) );
|
||||
if( ImGui::IsItemHovered() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user