diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-05-15 12:47:57 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-05-15 12:47:57 +0000 |
| commit | 361de59820cf1bde180548782a647a5137b2a21c (patch) | |
| tree | 003beda81ef188df2a7b8714ab68171b7048f04a /mytest.py | |
| parent | 38b8a24b2034c387aa0762eb8a3d96b786fd581b (diff) | |
| download | enigma2-361de59820cf1bde180548782a647a5137b2a21c.tar.gz enigma2-361de59820cf1bde180548782a647a5137b2a21c.zip | |
add dump_malloc_stats
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() |
