summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/qmlapp/performance.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/qmlapp/performance.qdoc b/doc/src/qmlapp/performance.qdoc
index ea8a7a3d..3e55fbfb 100644
--- a/doc/src/qmlapp/performance.qdoc
+++ b/doc/src/qmlapp/performance.qdoc
@@ -101,9 +101,6 @@ Things to avoid in binding expressions to maximize optimizability:
\li writing to other properties as side effects
\endlist
-The QML_COMPILER_STATS environment variable may be set when running a QML application
-to print statistics about how many bindings were able to be optimized.
-
Bindings are quickest when they know the type of objects and properties they are working
with. This means that non-final property lookup in a binding expression can be slower
in some cases, where it is possible that the type of the property being looked up has