Top "Line-profiler" questions

Use this tag for questions about the Python "line_profiler" package.

How do I use line_profiler (from Robert Kern)?

I have tried using the line_profiler module for getting a line-by-line profile over a Python file. This is what …

python python-2.7 profiling line-profiler
Python line_profiler code example

I am trying to figure out how I can run Python's line_profiler to get the line by line execution …

python profiling line-profiler