diff options
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) |