mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-18 16:24:23 +00:00
Display number of collected system calls.
This commit is contained in:
@@ -10508,6 +10508,7 @@ void View::DrawInfo()
|
||||
TextFocused( "Context switch regions:", RealToString( m_worker.GetContextSwitchCount(), true ) );
|
||||
ImGui::SameLine();
|
||||
TextFocused( "+", RealToString( m_worker.GetContextSwitchPerCpuCount(), true ) );
|
||||
TextFocused( "System calls:", RealToString( m_worker.GetSysCallCount(), true ) );
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user