forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user