summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-27 19:41:03 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-27 19:41:03 +0200
commitcf8fea4179a673ffe2ec50de3a5d948a61f849aa (patch)
treea24f3be129904f22836b8caa7fdca33cf0d7547a /pyLoadCore.py
parentDepositFiles lang fix (diff)
downloadpyload-cf8fea4179a673ffe2ec50de3a5d948a61f849aa.tar.xz
Shareonline, zshare fix, testing __slots__ attribute
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index ccaa61a22..f4c70b280 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -395,6 +395,13 @@ class Core(object):
# APIExerciser(self)
# APIExerciser(self)
# APIExerciser(self)
+ #some memory stats
+# from guppy import hpy
+# hp=hpy()
+# import objgraph
+# objgraph.show_most_common_types(limit=20)
+# import memdebug
+# memdebug.start(8002)
while True:
sleep(2)