summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilereventview.h
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2011-11-08 16:54:23 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2011-11-10 10:21:44 +0100
commitc4694275fb5b0965dc4d322602eecea43399b573 (patch)
tree59a935e698ab3fe3bcfd3c5aa6246a6b7b3fb092 /src/plugins/qmlprofiler/qmlprofilereventview.h
parentf2544fde4e97b302b0e2c9faef36d8e8546642bb (diff)
downloadqt-creator-c4694275fb5b0965dc4d322602eecea43399b573.tar.gz
QmlProfiler: option to get statistics from local region
Change-Id: Id11cce971b081d67052dd8e7c74f51e2e25a8fd8 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilereventview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilereventview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilereventview.h b/src/plugins/qmlprofiler/qmlprofilereventview.h
index 221396f40a..580cc5b44a 100644
--- a/src/plugins/qmlprofiler/qmlprofilereventview.h
+++ b/src/plugins/qmlprofiler/qmlprofilereventview.h
@@ -64,6 +64,7 @@ public:
void switchToV8View();
void clear();
+ void getStatisticsInRange(qint64 rangeStart, qint64 rangeEnd);
QModelIndex selectedItem() const;
bool mouseOnTable(const QPoint &position) const;
void copyTableToClipboard() const;
@@ -128,6 +129,8 @@ public:
static QString nameForType(int typeNumber);
+ void getStatisticsInRange(qint64 rangeStart, qint64 rangeEnd);
+
signals:
void gotoSourceLocation(const QString &fileName, int lineNumber);
void eventSelected(int eventId);