Browse Source

Profiling

pull/9/head
Jure Šorn 6 years ago
parent
commit
2db6d42521
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1436,7 +1436,7 @@ with PyCallGraph(output=graph):
<code_to_be_profiled>
```
### Timing Decorators
### Profiling Decorators
#### Prints runtime of decorated function:
```python
from timeit import default_timer

|||||||
100:0
Loading…
Cancel
Save