mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Display count of aggregate inline functions.
This commit is contained in:
parent
3af5c7b331
commit
e155702e0a
@ -579,6 +579,11 @@ void View::DrawSamplesStatistics( Vector<SymList>& data, int64_t timeRange, Accu
|
|||||||
if( clicked ) ShowSampleParents( iv.symAddr, false );
|
if( clicked ) ShowSampleParents( iv.symAddr, false );
|
||||||
ImGui::PopID();
|
ImGui::PopID();
|
||||||
}
|
}
|
||||||
|
if( iv.count > 1 )
|
||||||
|
{
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::TextDisabled( "(\xc3\x97%s)", RealToString( iv.count ) );
|
||||||
|
}
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
float indentVal = 0.f;
|
float indentVal = 0.f;
|
||||||
if( m_statBuzzAnim.Match( iv.symAddr ) )
|
if( m_statBuzzAnim.Match( iv.symAddr ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user