mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Add icon to statistics menu.
This commit is contained in:
parent
816c91922e
commit
8db30a9016
@ -5673,7 +5673,11 @@ void View::DrawStatistics()
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef TRACY_EXTENDED_FONT
|
||||
ImGui::Checkbox( ICON_FA_CLOCK " Show self times", &m_statSelf );
|
||||
#else
|
||||
ImGui::Checkbox( "Show self times", &m_statSelf );
|
||||
#endif
|
||||
|
||||
auto& slz = m_worker.GetSourceLocationZones();
|
||||
Vector<decltype(slz.begin())> srcloc;
|
||||
|
Loading…
Reference in New Issue
Block a user