aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qmltypememory/README')
-rw-r--r--tests/manual/qmltypememory/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/qmltypememory/README b/tests/manual/qmltypememory/README
new file mode 100644
index 0000000000..b1237a1fc7
--- /dev/null
+++ b/tests/manual/qmltypememory/README
@@ -0,0 +1,3 @@
+This test just continually builds up and tears down a QML scene. Watch over a long period to see if the memory usage goes up.
+
+This test specifically is targeting the QQmlType cache which is a global static.