mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Changing log time requires bin cache reset.
This commit is contained in:
parent
e30cf7eafa
commit
b2bbd95430
@ -6243,7 +6243,10 @@ void View::DrawFindZone()
|
||||
{
|
||||
ImGui::Checkbox( "Log values", &m_findZone.logVal );
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox( "Log time", &m_findZone.logTime );
|
||||
if( ImGui::Checkbox( "Log time", &m_findZone.logTime ) )
|
||||
{
|
||||
m_findZone.binCache.numBins = -1;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox( "Cumulate time", &m_findZone.cumulateTime );
|
||||
ImGui::SameLine();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user