summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-04-29 16:07:40 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-04-29 14:10:22 +0000
commit73127a12f2a8ba1765b3fde217401408404240d6 (patch)
treebac4a5ed6844d23ea81f9348a36015b47ac8e25f /doc
parentaba988cb817e8d8edd75106006f9f6df91189b7f (diff)
downloadqt-creator-73127a12f2a8ba1765b3fde217401408404240d6.tar.gz
Doc: "Process data only when process ends" check box
Update screenshot. Change-Id: I94a9afb9522ebbaad549a8f5f1aaf8adb1247902 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qml-profiler-settings.pngbin4910 -> 5958 bytes
-rw-r--r--doc/src/analyze/qtquick-profiler.qdoc11
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/images/qml-profiler-settings.png b/doc/images/qml-profiler-settings.png
index ce79ac0c8f..5d2b78d56d 100644
--- a/doc/images/qml-profiler-settings.png
+++ b/doc/images/qml-profiler-settings.png
Binary files differ
diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc
index 6f3753ad40..ced4279760 100644
--- a/doc/src/analyze/qtquick-profiler.qdoc
+++ b/doc/src/analyze/qtquick-profiler.qdoc
@@ -128,9 +128,9 @@
select \uicontrol Tools > \uicontrol Options > \uicontrol Analyzer.
To specify custom QML Profiler settings for a particular project, select
- \uicontrol Projects and then select \uicontrol Custom in \uicontrol
- {QML Profiler Settings}. To restore the global settings for the project,
- select \uicontrol {Restore Global}.
+ \uicontrol Projects > \uicontrol Run and then select \uicontrol Custom in
+ \uicontrol {QML Profiler Settings}. To restore the global settings for the
+ project, select \uicontrol {Restore Global}.
\image qml-profiler-settings.png "QML Profiler Settings"
@@ -145,6 +145,11 @@
application, potentially wasting memory. However, the flushing itself takes
time, which can distort the profiling results.
+ If you have multiple QML engines and you want to aggregate the data produced
+ by all of them into one trace, select the \uicontrol {Process data only when
+ process ends} check box. Otherwise, the profiling stops when one of the
+ engines stops.
+
\section1 Attaching to Running Qt Quick Applications
To profile Qt Quick applications that are not launched by \QC, select