Skip to content

Commit 2db6d42

Browse files
committed
Profiling
1 parent d3cec43 commit 2db6d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ with PyCallGraph(output=graph):
14361436
<code_to_be_profiled>
14371437
```
14381438

1439-
### Timing Decorators
1439+
### Profiling Decorators
14401440
#### Prints runtime of decorated function:
14411441
```python
14421442
from timeit import default_timer

0 commit comments

Comments
 (0)