mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Display number of tracked processes.
This commit is contained in:
parent
7a036b56b1
commit
95f4162870
@ -10413,6 +10413,8 @@ void View::DrawCpuDataWindow()
|
||||
|
||||
ImGui::Begin( "CPU data", &m_showCpuDataWindow );
|
||||
TextFocused( "Tracked threads:", RealToString( ctd.size(), true ) );
|
||||
ImGui::SameLine();
|
||||
TextFocused( "Tracked processes:", RealToString( pids.size(), true ) );
|
||||
ImGui::Separator();
|
||||
ImGui::BeginChild( "##cpudata" );
|
||||
ImGui::Columns( 5 );
|
||||
|
Loading…
Reference in New Issue
Block a user