Remove built-in (non-Microprofile) profiler
This commit is contained in:
parent
92c8bd4b1f
commit
3b4e400333
9 changed files with 2 additions and 382 deletions
|
@ -113,11 +113,6 @@ void GMainWindow::InitializeDebugWidgets() {
|
|||
|
||||
QMenu* debug_menu = ui.menu_View_Debugging;
|
||||
|
||||
profilerWidget = new ProfilerWidget(this);
|
||||
addDockWidget(Qt::BottomDockWidgetArea, profilerWidget);
|
||||
profilerWidget->hide();
|
||||
debug_menu->addAction(profilerWidget->toggleViewAction());
|
||||
|
||||
#if MICROPROFILE_ENABLED
|
||||
microProfileDialog = new MicroProfileDialog(this);
|
||||
microProfileDialog->hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue