QmlProfiler: Parse memory usage events

Change-Id: Id07449345f983d2f2cb2af67540732991f227f71
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-05-27 19:19:03 +02:00
parent c56b999fff
commit 74414bb9e7
3 changed files with 18 additions and 1 deletions

View File

@@ -63,7 +63,8 @@ static const char *MESSAGE_STRINGS[] = {
"RangeEnd",
"Complete",
"PixmapCache",
"SceneGraph"
"SceneGraph",
"MemoryAllocation"
};
Q_STATIC_ASSERT(sizeof(MESSAGE_STRINGS) == QmlDebug::MaximumMessage * sizeof(const char *));