mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't include inlines when separate inlines are enabled.
This commit is contained in:
parent
582fcd5538
commit
05f9c74170
@ -13615,7 +13615,7 @@ void View::DrawSamplesStatistics(Vector<SymList>& data, int64_t timeRange, Accum
|
||||
if( isKernel ) ImGui::PushStyleColor( ImGuiCol_Text, 0xFF8888FF );
|
||||
const auto clicked = ImGui::Selectable( name, m_sampleParents.withInlines && m_sampleParents.symAddr == v.symAddr, ImGuiSelectableFlags_SpanAllColumns );
|
||||
if( isKernel ) ImGui::PopStyleColor();
|
||||
if( clicked ) ShowSampleParents( v.symAddr, true );
|
||||
if( clicked ) ShowSampleParents( v.symAddr, !m_statSeparateInlines );
|
||||
ImGui::PopID();
|
||||
}
|
||||
if( parentName )
|
||||
|
Loading…
Reference in New Issue
Block a user