How do I use line_profiler (from Robert Kern)?
This answer is a copy of my answer here for how to get line_profiler statistics from within a Python script (without using kernprof from the command line or having to add @profile decorators to functions and class methods). All answers (that I’ve seen) to similar line_profiler questions only describe using kernprof. The line_profiler test cases … Read more