We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bd76a commit 9c55599Copy full SHA for 9c55599
README.md
@@ -1421,10 +1421,10 @@ main()
1421
$ kernprof -lv test.py
1422
Line # Hits Time Per Hit % Time Line Contents
1423
==============================================================
1424
- 2 @profile
1425
- 3 def main():
1426
- 4 1 2901.0 2901.0 45.2 a = [(i%3 + 1) * 3 for i in range(10000)]
1427
- 5 1 3518.0 3518.0 54.8 b = [i ** (i/10000) for i in range(10000)]
+ 1 @profile
+ 2 def main():
+ 3 1 6196.0 6196.0 53.2 a = [(i%3 + 1) * 3 for i in range(10000)]
+ 4 1 5455.0 5455.0 46.8 b = [i ** (i/10000) for i in range(10000)]
1428
```
1429
1430
### Call Graph
0 commit comments