QmlProfiler: timers for all profiler activities

Change-Id: I2ecbf4d1d90e353506e7c164560b69b81fcc6c66
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-11-28 16:30:30 +01:00
parent fd4e21b685
commit 72c06cb6fd
14 changed files with 182 additions and 41 deletions

View File

@@ -76,8 +76,8 @@ public slots:
void setAppIsStopped();
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
void updateTimer(qreal elapsedSeconds);
void correctTimer();
void updateTimers();
void profilerStateChanged(bool qmlActive, bool v8active);
void clearDisplay();
@@ -85,6 +85,7 @@ public slots:
signals:
void setTimeLabel(const QString &);
void setStatusLabel(const QString &);
void fetchingData(bool);
void connectionFailed();
void cancelRun();