Browse Source

Profile

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

2
README.md

@ -1407,7 +1407,7 @@ timeit('"-".join(str(a) for a in range(100))',
```
### Call Graph
#### Generates a PNG image of call graph with highlighted bottlenecks.
#### Generates a PNG image of call graph with highlighted bottlenecks:
```python
# $ pip3 install pycallgraph
from pycallgraph import output, PyCallGraph

Loading…
Cancel
Save