Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81ad53f

Browse files
committed
Profile
1 parent 2568023 commit 81ad53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ with PyCallGraph(output=graph):
14201420
```
14211421

14221422
### Profiling Decorators
1423-
#### Prints runtime of decorated function:
1423+
#### Prints runtime of a decorated function:
14241424
```python
14251425
from timeit import default_timer
14261426
from datetime import timedelta
@@ -1435,7 +1435,7 @@ def time_me(func):
14351435
return out
14361436
```
14371437

1438-
#### Saves run call profile of the decorated function to file:
1438+
#### Saves run call profile of a decorated function to file:
14391439
```python
14401440
from cProfile import Profile
14411441
from pstats import Stats

0 commit comments

Comments
 (0)