-
line_profiler https://github.com/rkern/line_profiler
- Requeres a decorator usage
- does not uses sys.settrace or sys.profile, evailutes the code himself lin by line
- at the end of the program it prints how much time is line reached, and how much time spent in it
-
pyinstrument https://pypi.python.org/pypi/pyinstrument/0.12
- draws a call tree with timing information at the end
- requeres google-profile tools, masures time spent in native modules