line_profiler icon indicating copy to clipboard operation
line_profiler copied to clipboard

-o output_path flag position order

Open dizcza opened this issue 6 years ago • 0 comments

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.

dizcza avatar Oct 11 '19 10:10 dizcza