forked from qt-creator/qt-creator
QmlProfiler: show binding types
Change-Id: Iea469aa3e0fb7c4e5146163f049c930df6fc2b7d Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
c4f67a3840
commit
2afa559c2a
@@ -52,6 +52,7 @@ struct QmlRangeEventData
|
||||
~QmlRangeEventData();
|
||||
|
||||
int eventId;
|
||||
int bindingType;
|
||||
QString displayName;
|
||||
QString eventHashStr;
|
||||
QString details;
|
||||
@@ -167,7 +168,7 @@ signals:
|
||||
public slots:
|
||||
void clear();
|
||||
|
||||
void addRangedEvent(int type, qint64 startTime, qint64 length,
|
||||
void addRangedEvent(int type, int bindingType, qint64 startTime, qint64 length,
|
||||
const QStringList &data, const QmlDebug::QmlEventLocation &location);
|
||||
void addV8Event(int depth,const QString &function,const QString &filename, int lineNumber, double totalTime, double selfTime);
|
||||
void addFrameEvent(qint64 time, int framerate, int animationcount);
|
||||
|
||||
Reference in New Issue
Block a user