You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ Time your codes
5
5
6
6
You can download this and place it in your ```site-package```, and:
7
7
8
-
- The basic usage: import timing
8
+
- The basic usage: ```import timing```
9
9
- The advanced usage:
10
-
- To time: put timing.go() and timing.end('something that you wanna say') before and after the code block
11
-
- To log: use timming.log('something that you wanna say')
10
+
- To time: put ```timing.go()``` and ```timing.end('something that you wanna say')``` before and after the code block
11
+
- To log: use ```timming.log('something that you wanna say')```
12
12
13
13
## Acknowledgement
14
14
Most of the work is done by Paul McG, which you can find it at [here](https://stackoverflow.com/questions/1557571/how-do-i-get-time-of-a-python-programs-execution/1557906#1557906)
0 commit comments