mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +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;
|
it->second.data.migrations += v.second.migrations;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui::SetNextWindowSize( ImVec2( 700, 800 ), ImGuiCond_FirstUseEver );
|
||||||
ImGui::Begin( "CPU data", &m_showCpuDataWindow );
|
ImGui::Begin( "CPU data", &m_showCpuDataWindow );
|
||||||
TextFocused( "Tracked threads:", RealToString( ctd.size(), true ) );
|
TextFocused( "Tracked threads:", RealToString( ctd.size(), true ) );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user