From cf8fea4179a673ffe2ec50de3a5d948a61f849aa Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 27 Jun 2011 19:41:03 +0200 Subject: Shareonline, zshare fix, testing __slots__ attribute --- pyLoadCore.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pyLoadCore.py') 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) -- cgit v1.2.3