summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-01 01:12:38 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-01 01:12:38 (GMT)
commit54d9a58cf15e72f24cbf74281996835458bd6e23 (patch)
tree86cd1456c5bbdac3427f6e521b1d624fc12bb967 /src/declarative/qml/qmlcompiler.cpp
parent1090d5d1fad890d9f43e87e19277e1f624921d6d (diff)
downloadQt-54d9a58cf15e72f24cbf74281996835458bd6e23.zip
Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.tar.gz
Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.tar.bz2
Remove some pointless perf metrics
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index 3029934..46695b7 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -470,7 +470,7 @@ bool QmlCompiler::compile(QmlEngine *engine,
QmlCompiledComponent *out)
{
#ifdef Q_ENABLE_PERFORMANCE_LOG
- QFxPerfTimer<QFxPerf::Compile> pc;
+ QFxPerfTimer<QFxPerf::Compilation> pc;
#endif
exceptions.clear();