mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Cosmetics.
This commit is contained in:
parent
1aeb1d9a2d
commit
ee18e07d6f
@ -6800,7 +6800,7 @@ void View::DrawHistogramMinMaxLabel( ImDrawList* draw, int64_t tmin, int64_t tma
|
||||
draw->AddText( wpos + ImVec2( round( (w-1-rsz) * 0.5 ), ty15 ), 0x66FFFFFF, range );
|
||||
}
|
||||
|
||||
void View::DrawSamplesStatistics(Vector<SymList>& data, int64_t timeRange, AccumulationMode accumulationMode)
|
||||
void View::DrawSamplesStatistics( Vector<SymList>& data, int64_t timeRange, AccumulationMode accumulationMode )
|
||||
{
|
||||
static unordered_flat_map<uint64_t, SymList> inlineMap;
|
||||
assert( inlineMap.empty() );
|
||||
|
@ -864,7 +864,7 @@ void View::DrawStatistics()
|
||||
}
|
||||
}
|
||||
|
||||
DrawSamplesStatistics(data, timeRange, m_statAccumulationMode);
|
||||
DrawSamplesStatistics( data, timeRange, m_statAccumulationMode );
|
||||
}
|
||||
#endif
|
||||
ImGui::End();
|
||||
|
Loading…
Reference in New Issue
Block a user