aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerdata.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-06-16 13:33:33 +0200
committerUlf Hermann <ulf.hermann@digia.com>2014-08-12 10:16:40 +0200
commit74f483f23140aaf77ab062bd53478cbb949fd2e2 (patch)
tree4f4ac704c96ec506de8c33829c534bede2a5ddbc /tools/qmlprofiler/qmlprofilerdata.h
parent99d0921e2d2a20b956cab172d472f7c369c05008 (diff)
Write memory events into tracefiles generated by qmlprofiler
Change-Id: Ic01505194f29967ed1aad16fe36e14dc5532ae25 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerdata.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofilerdata.h b/tools/qmlprofiler/qmlprofilerdata.h
index 47da0effbf..675c241abc 100644
--- a/tools/qmlprofiler/qmlprofilerdata.h
+++ b/tools/qmlprofiler/qmlprofilerdata.h
@@ -95,6 +95,7 @@ public slots:
qint64 numericData4, qint64 numericData5);
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 complete();
bool save(const QString &filename);