From 3b66a38e58fe030b6d2c4cd12c9884af660652a9 Mon Sep 17 00:00:00 2001 From: Christiaan Janssen Date: Wed, 2 May 2012 17:32:57 +0200 Subject: QmlProfiler: storing binding type Change-Id: If1f02e1e6f6ce6aba9874a63d01a08d57571f991 Reviewed-by: Kai Koehne --- tools/qmlprofiler/qmlprofilerdata.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/qmlprofiler/qmlprofilerdata.h') diff --git a/tools/qmlprofiler/qmlprofilerdata.h b/tools/qmlprofiler/qmlprofilerdata.h index 66209a1830..170e77db23 100644 --- a/tools/qmlprofiler/qmlprofilerdata.h +++ b/tools/qmlprofiler/qmlprofilerdata.h @@ -82,8 +82,10 @@ public slots: void clear(); void setTraceEndTime(qint64 time); void setTraceStartTime(qint64 time); - void addQmlEvent(QQmlProfilerService::RangeType type, qint64 startTime, qint64 duration, - const QStringList &data, const QmlEventLocation &location); + void addQmlEvent(QQmlProfilerService::RangeType type, + QQmlProfilerService::BindingType bindingType, + qint64 startTime, qint64 duration, const QStringList &data, + const 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); -- cgit v1.2.3