Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. ncalls tottime percall cumtime percall filename:lineno(function)
  2. 5 0.000 0.000 0.000 0.000 :0(count)
  3. 1 0.000 0.000 22.234 22.234 :0(exec)
  4. 755082 2.611 0.000 2.611 0.000 :0(format)
  5. 255 0.000 0.000 0.000 0.000 :0(isdigit)
  6. 5 0.000 0.000 0.000 0.000 :0(join)
  7. 45 0.000 0.000 0.000 0.000 :0(remove)
  8. 5 0.000 0.000 0.000 0.000 :0(replace)
  9. 1 0.001 0.001 0.001 0.001 :0(setprofile)
  10. 2265246 3.687 0.000 3.687 0.000 :0(split)
  11. 5 0.000 0.000 0.000 0.000 :0(strip)
  12. 1510164 4.237 0.000 4.237 0.000 :0(sum)
  13. 1 0.000 0.000 22.234 22.234 <string>:1(<module>)
  14. 1510164 5.537 0.000 12.059 0.000 mathagram.py:10(<lambda>)
  15.  
  16. 1 0.000 0.000 22.233 22.233 mathagram.py:15(run)
  17. 5 6.160 1.232 22.233 4.447 mathagram.py:2(solve_mathagram)
  18. 0 0.000 0.000 profile:0(profiler)
  19. 1 0.000 0.000 22.234 22.234 profile:0(run())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement