aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/qmljs/qmljs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmljs/qmljs.cpp b/tools/qmljs/qmljs.cpp
index bc2fcd4633..a8dd19228e 100644
--- a/tools/qmljs/qmljs.cpp
+++ b/tools/qmljs/qmljs.cpp
@@ -136,7 +136,9 @@ int main(int argc, char *argv[])
std::cout << "Error saving JS cache file: " << qPrintable(saveError) << std::endl;
}
}
+// QElapsedTimer t; t.start();
result = script->run();
+// std::cout << t.elapsed() << " ms. elapsed" << std::endl;
}
if (scope.engine->hasException) {
QV4::StackTrace trace;