From 4da8430cab471afb6f43cd540d20e88be6545a10 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 28 Aug 2023 15:31:40 +0200 Subject: ExtensionSystem: Always generate profiling data The overhead is minimal and can be shown at a later point even when not printing profiling data to the terminal. Move the data to the plugin spec for later retrieval. Task-number: QTCREATORBUG-29540 Change-Id: I392ff85a8a8b5c01ecba07fefd06e5029f692bf6 Reviewed-by: Cristian Adam Reviewed-by: hjk Reviewed-by: Qt CI Bot --- src/app/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index cccb492d242..b403799e933 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -644,6 +644,7 @@ int main(int argc, char **argv) PluginManager::setPluginIID(QLatin1String("org.qt-project.Qt.QtCreatorPlugin")); PluginManager::setInstallSettings(installSettings); PluginManager::setSettings(settings); + PluginManager::startProfiling(); Utils::BaseAspect::setQtcSettings(settings); -- cgit v1.2.3