From 08533d26596bb56f971081e2951d48ca26ff90a5 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Thu, 21 May 2015 17:48:58 +0200 Subject: qmlprofiler: Record input events Change-Id: Ib6413d97638b192377d7dbeb19ed0c2f733a06a1 Reviewed-by: Joerg Bornemann --- tools/qmlprofiler/qmlprofilerdata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/qmlprofiler/qmlprofilerdata.h') diff --git a/tools/qmlprofiler/qmlprofilerdata.h b/tools/qmlprofiler/qmlprofilerdata.h index d420275d5e..ef8ef10929 100644 --- a/tools/qmlprofiler/qmlprofilerdata.h +++ b/tools/qmlprofiler/qmlprofilerdata.h @@ -88,6 +88,7 @@ public slots: void addPixmapCacheEvent(QQmlProfilerService::PixmapEventType type, qint64 time, const QmlEventLocation &location, int width, int height, int refcount); void addMemoryEvent(QQmlProfilerService::MemoryType type, qint64 time, qint64 size); + void addInputEvent(QQmlProfilerService::EventType type, qint64 time); void complete(); bool save(const QString &filename); -- cgit v1.2.3