line_profiler icon indicating copy to clipboard operation
line_profiler copied to clipboard

don't print source lines without timing (docstrings, comments)

Open azrdev opened this issue 6 years ago • 2 comments

This is the simplest possible fix for #156

Closes #156

azrdev avatar Jun 04 '19 13:06 azrdev

Does that mean that code that isn't run is not displayed ? The ouput would be very misleading if a block of code is hidden because of this.

Nodd avatar Jun 23 '19 19:06 Nodd

@Nodd I'd think so, I wrote "simplest possible fix" because I expected a more elaborate one, i.e. only filtering non-code and leaving code that is not run

azrdev avatar Jun 27 '19 09:06 azrdev