add dump_malloc_stats
[enigma2.git] / mytest.py
index baa481c28da639b2a71aec56f5a84fc962d97e7c..e8e0c74c8649c1e845697778b45408c98b83e828 100644 (file)
--- 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()