QmlProfiler: option to get statistics from local region

Change-Id: Id11cce971b081d67052dd8e7c74f51e2e25a8fd8
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-11-08 16:54:23 +01:00
parent f2544fde4e
commit c4694275fb
8 changed files with 112 additions and 18 deletions

View File

@@ -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);