aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index baa481c2..e8e0c74c 100644
--- a/mytest.py
+++ b/mytest.py
@@ -606,6 +606,11 @@ profile("Init:CI")
import Screens.Ci
Screens.Ci.InitCiConfig()
+#from enigma import dump_malloc_stats
+#t = eTimer()
+#t.callback.append(dump_malloc_stats)
+#t.start(1000)
+
# first, setup a screen
try:
runScreenTest()