diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-27 19:41:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-27 19:41:03 +0200 |
commit | cf8fea4179a673ffe2ec50de3a5d948a61f849aa (patch) | |
tree | a24f3be129904f22836b8caa7fdca33cf0d7547a /pyLoadCore.py | |
parent | DepositFiles lang fix (diff) | |
download | pyload-cf8fea4179a673ffe2ec50de3a5d948a61f849aa.tar.xz |
Shareonline, zshare fix, testing __slots__ attribute
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 7 |
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) |