mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Set sane default window size for CPU data.
This commit is contained in:
parent
ee83c89fae
commit
1032eb95d2
@ -11985,6 +11985,7 @@ void View::DrawCpuDataWindow()
|
||||
it->second.data.migrations += v.second.migrations;
|
||||
}
|
||||
|
||||
ImGui::SetNextWindowSize( ImVec2( 700, 800 ), ImGuiCond_FirstUseEver );
|
||||
ImGui::Begin( "CPU data", &m_showCpuDataWindow );
|
||||
TextFocused( "Tracked threads:", RealToString( ctd.size(), true ) );
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user