mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-16 16:19:42 +00:00
Condense some text labels.
This commit is contained in:
@@ -1369,7 +1369,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
||||
ImGui::SameLine();
|
||||
ImGui::RadioButton( "Assembly", &m_displayMode, DisplayAsm );
|
||||
ImGui::SameLine();
|
||||
ImGui::RadioButton( "Combined", &m_displayMode, DisplayMixed );
|
||||
ImGui::RadioButton( "Both", &m_displayMode, DisplayMixed );
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -1429,7 +1429,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
||||
ImGui::SameLine();
|
||||
if( worker.GetHwSampleCountAddress() != 0 )
|
||||
{
|
||||
SmallCheckbox( ICON_FA_HAMMER " Hw samples", &m_hwSamples );
|
||||
SmallCheckbox( ICON_FA_HAMMER " HW", &m_hwSamples );
|
||||
ImGui::SameLine();
|
||||
SmallCheckbox( ICON_FA_CAR_BURST " Impact", &m_hwSamplesRelative );
|
||||
ImGui::SameLine();
|
||||
|
||||
Reference in New Issue
Block a user