line_profiler
line_profiler copied to clipboard
-o output_path flag position order
kernprof -o works well only of -o output.lprof comes before -l /path/to/script.py.
kernprof -l examples/granger_example.py -o output.lprof
Saves stat file to granger_example.py.lprof.
Expected to save it to output.lprof.