aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
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/qmlprofilerclientmanager.h
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/qmlprofilerclientmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerclientmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
index 342f254bb6..2d11ffdb9d 100644
--- a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
@@ -61,6 +61,9 @@ public:
void setModelManager(QmlProfilerModelManager *m);
void setFlushInterval(quint32 flushInterval);
+ bool aggregateTraces() const;
+ void setAggregateTraces(bool aggregateTraces);
+
signals:
void connectionFailed();
void connectionClosed();