aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-05-15 12:47:57 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-05-15 12:47:57 +0000
commit361de59820cf1bde180548782a647a5137b2a21c (patch)
tree003beda81ef188df2a7b8714ab68171b7048f04a /mytest.py
parent38b8a24b2034c387aa0762eb8a3d96b786fd581b (diff)
downloadenigma2-361de59820cf1bde180548782a647a5137b2a21c.tar.gz
enigma2-361de59820cf1bde180548782a647a5137b2a21c.zip
add dump_malloc_stats
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()