forked from qt-creator/qt-creator
QmlProfiler: New event list with caching, load, save
Change-Id: I640a16649156a49f2d7e7006d6b2ea38fe218620 Reviewed-on: http://codereview.qt.nokia.com/3043 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -91,7 +91,7 @@ signals:
|
||||
void complete();
|
||||
void gap(qint64 time);
|
||||
void event(int event, qint64 time);
|
||||
void range(int type, int nestingLevel, int nestingInType, qint64 startTime, qint64 length,
|
||||
void range(int type, qint64 startTime, qint64 length,
|
||||
const QStringList &data, const QString &fileName, int line);
|
||||
|
||||
void recordingChanged(bool arg);
|
||||
|
||||
Reference in New Issue
Block a user