aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-03-12 17:20:52 +0100
committerUlf Hermann <ulf.hermann@digia.com>2014-09-12 15:40:48 +0200
commitb4f336f1427287b2a10b85ee5c62abeeac9d17b3 (patch)
treefc39f63ddde325f74fa7e18b8c66a256a279bb87 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent2776536a7efd6758de1d6720b2c05a9fe0bc65a5 (diff)
QmlProfiler: Add EngineControl
With EngineControl multiple QQuickViews can be profiled in one profiler if they're all running in the same thread. As the QML engines are never run in parallel then this results in useful data. Change-Id: I83a34fb81fd466c5cac838b096c1b1f322ded882 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 1b4a8a3b1a4..2479eb037e3 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -94,6 +94,9 @@ public slots:
void setStartTime(qint64 time);
void setEndTime(qint64 time);
+ void decreaseStartTime(qint64 time);
+ void increaseEndTime(qint64 time);
+
private:
qint64 m_startTime;
qint64 m_endTime;