|
@ -2604,7 +2604,7 @@ def main(): |
|
|
a = list(range(10000)) |
|
|
a = list(range(10000)) |
|
|
b = set(range(10000)) |
|
|
b = set(range(10000)) |
|
|
main()' > test.py |
|
|
main()' > test.py |
|
|
$ kernprof --line-by-line --view test.py |
|
|
|
|
|
|
|
|
$ kernprof -lv test.py |
|
|
Line # Hits Time Per Hit % Time Line Contents |
|
|
Line # Hits Time Per Hit % Time Line Contents |
|
|
============================================================== |
|
|
============================================================== |
|
|
1 @profile |
|
|
1 @profile |
|
|