QmlProfilerTool: add tool to QDeclarative
authorAurindam Jana <aurindam.jana@nokia.com>
Thu, 9 Feb 2012 16:04:43 +0000 (17:04 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 20 Feb 2012 16:59:32 +0000 (17:59 +0100)
commit6c24d2feb43f6d640d83ee6e5ac01a1bdac3d0ce
treec9e540fe3f1873c1f80df897f49bf378b5f108c8
parent045e5932915000d2c510d8d3a1cc916b7c5a5d55
QmlProfilerTool: add tool to QDeclarative

qmlprofiler is a standalone tool used to record
profiling data of QML apps. The data is stored
in a file which can be loaded in QtCreator for
investigation.

Change-Id: I308f4c40bc3876933bd0d32c336cef6cd6f5fb4a
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
12 files changed:
tools/qmlprofiler/commandlistener.cpp [new file with mode: 0644]
tools/qmlprofiler/commandlistener.h [new file with mode: 0644]
tools/qmlprofiler/constants.h [new file with mode: 0644]
tools/qmlprofiler/main.cpp [new file with mode: 0644]
tools/qmlprofiler/profileclient.cpp [new file with mode: 0644]
tools/qmlprofiler/profileclient.h [new file with mode: 0644]
tools/qmlprofiler/profiledata.cpp [new file with mode: 0644]
tools/qmlprofiler/profiledata.h [new file with mode: 0644]
tools/qmlprofiler/qmlprofiler.pro [new file with mode: 0644]
tools/qmlprofiler/qmlprofilerapplication.cpp [new file with mode: 0644]
tools/qmlprofiler/qmlprofilerapplication.h [new file with mode: 0644]
tools/tools.pro