diff --git a/README.md b/README.md index 5a69928..f9df092 100644 --- a/README.md +++ b/README.md @@ -2604,7 +2604,7 @@ def main(): a = list(range(10000)) b = set(range(10000)) main()' > test.py -$ kernprof --line-by-line --view test.py +$ kernprof -lv test.py Line # Hits Time Per Hit % Time Line Contents ============================================================== 1 @profile diff --git a/index.html b/index.html index 4e72642..b04b421 100644 --- a/index.html +++ b/index.html @@ -2129,7 +2129,7 @@ def main(): a = list(range(10000)) b = set(range(10000)) main()' > test.py -$ kernprof --line-by-line --view test.py +$ kernprof -lv test.py Line # Hits Time Per Hit % Time Line Contents ============================================================== 1 @profile