aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-18 12:34:52 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-19 12:16:44 +0000
commitffc11d5e9e1cc7b38ac7f87bfdf40f8a84aec939 (patch)
treedcf34b6078355da1cf7cf8cf2686a8f601249b77 /src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui
parent030acfdf73bff47adffed70338de5833fb3a6f46 (diff)
QmlProfiler: allow for multiple sequential traces to be aggregated
Task-number: QTCREATORBUG-13317 Change-Id: Ic7d1d5c94d8d522741b6c4207a21a43f521da5fb Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui b/src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui
index faa76b3b7b9..28f8139d00a 100644
--- a/src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui
+++ b/src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui
@@ -47,6 +47,23 @@ itself takes time. </string>
</property>
</widget>
</item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="aggregateTracesLabel">
+ <property name="text">
+ <string>Process data only when process ends:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QCheckBox" name="aggregateTraces">
+ <property name="toolTip">
+ <string>Only process data when the process being profiled ends, not when the current recording
+session ends. This way multiple recording sessions can be aggregated in a single trace,
+for example if multiple QML engines start and stop sequentially during a single run of
+the program.</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<resources/>