mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Display instruction pointer counts in source view.
This commit is contained in:
@@ -13048,7 +13048,7 @@ void View::DrawTextEditor()
|
||||
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), "/!\\" );
|
||||
#endif
|
||||
TextFocused( "File:", m_sourceViewFile );
|
||||
m_sourceView->Render();
|
||||
m_sourceView->Render( m_worker );
|
||||
ImGui::End();
|
||||
if( !show ) m_sourceViewFile = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user