Advertisement
Guest User

Untitled

a guest
May 27th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Interpreter sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0)
  2. Size 10000
  3.  
  4. Small
  5. Filename: size.py
  6.  
  7. Line # Mem usage Increment Line Contents
  8. ================================================
  9. 72 61.547 MiB 61.547 MiB @profile(precision=3)
  10. 73 def profile_func(func, resp, op):
  11. 74 68.168 MiB 6.621 MiB return func(resp, op)
  12.  
  13.  
  14.  
  15. Large
  16. Filename: size.py
  17.  
  18. Line # Mem usage Increment Line Contents
  19. ================================================
  20. 72 69.688 MiB 69.688 MiB @profile(precision=3)
  21. 73 def profile_func(func, resp, op):
  22. 74 96.902 MiB 27.215 MiB return func(resp, op)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement