File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2604,7 +2604,7 @@ def main():
26042604 a = list(range(10000))
26052605 b = set(range(10000))
26062606main()' > test.py
2607- $ kernprof --line-by-line --view test.py
2607+ $ kernprof -lv test.py
26082608Line # Hits Time Per Hit % Time Line Contents
26092609==============================================================
26102610 1 @profile
Original file line number Diff line number Diff line change @@ -2129,7 +2129,7 @@ <h3 id="format-2">Format</h3><div><h4 id="forstandardtypesizesandmanualalignment
21292129 a = list(range(10000))
21302130 b = set(range(10000))
21312131main()' > test.py
2132- $ kernprof --line-by-line --view test.py
2132+ $ kernprof -lv test.py
21332133Line # Hits Time Per Hit % Time Line Contents
21342134==============================================================
21352135 1 @profile
You can’t perform that action at this time.
0 commit comments