Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. >>> cProfile.run("list(lr.rank_lyst_feed(6652, limit=20))")
  2. 1684 function calls in 0.043 CPU seconds
  3.  
  4. Ordered by: standard name
  5.  
  6. ncalls tottime percall cumtime percall filename:lineno(function)
  7. 1 0.000 0.000 0.043 0.043 <string>:1(<module>)
  8. 547 0.001 0.000 0.001 0.000 datastructures.py:37(__getitem__)
  9. 21 0.040 0.002 0.043 0.002 rankoo.py:145(rank_lyst_feed)
  10. 20 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
  11. 546 0.000 0.000 0.000 0.000 {method 'append' of 'list' objects}
  12. 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
  13. 546 0.001 0.000 0.001 0.000 {ranking.rankopt.score}
  14. 1 0.000 0.000 0.000 0.000 {sorted}
  15. 1 0.000 0.000 0.000 0.000 {time.time}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement