From 0afe7caaeb5bb351760dfd9798d9f7f5211ea0f4 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 27 Jun 2024 14:14:50 +0200 Subject: [PATCH] Doc: Mention that perf profiling is supported for app manager apps Task-number: QTCREATORBUG-30604 Change-Id: I32353849a64459244ccda60ac986b52bbe9813f1 Reviewed-by: Dominik Holland --- doc/qtcreator/src/appman/creator-appman-how-to-run.qdoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/qtcreator/src/appman/creator-appman-how-to-run.qdoc b/doc/qtcreator/src/appman/creator-appman-how-to-run.qdoc index 0df58d12e8c..e43e3320656 100644 --- a/doc/qtcreator/src/appman/creator-appman-how-to-run.qdoc +++ b/doc/qtcreator/src/appman/creator-appman-how-to-run.qdoc @@ -141,13 +141,16 @@ \li Always communicates with the default instance. \endtable - \section1 Profile Qt Quick applications + \section1 Analyze the applications - You can use the \l{Profiling QML Applications}{QML Profiler} to find causes - for typical performance problems in your Qt Quick applications, such as + Use the \l{Profiling QML Applications}{QML Profiler} to find causes + for typical performance problems in Qt Quick applications, such as slowness and unresponsive, stuttering user interfaces. You cannot profile an in-process runtime as an individual process. + Use the \l{Performance Analyzer} to analyze the CPU and memory usage of an + application. + \sa {Activate kits for a project}, {Enable and disable plugins}, {\B2Q}{How To: Develop for \B2Q}, {Remote Linux}{How To: Develop for remote Linux},