To install this package run one of the following: conda install anaconda::line_profiler
Description
line_profiler will profile the time individual lines of code take to execute.
The profiler is implemented in C via Cython in order to reduce the overhead of profiling.