Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 5 function calls in 1.691 seconds
- Ordered by: cumulative time
- ncalls tottime percall cumtime percall filename:lineno(function)
- 1 0.850 0.850 0.850 0.850 C:\...\test.py:5(slow_sum)
- 1 0.058 0.058 0.842 0.842 C:\...\test.py:12(fast_sum)
- 1 0.628 0.628 0.628 0.628 C:\...\test.py:13(<listcomp>)
- 1 0.156 0.156 0.156 0.156 {built-in method builtins.sum}
- 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement