Browse Source

Profile

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

2
README.md

@ -1398,7 +1398,7 @@ timeit('"-".join(str(a) for a in range(100))',
``` ```
### PyCallGraph ### PyCallGraph
#### Generates a PNG image of call graph and highlights the bottlenecks:
#### Generates a PNG image of call graph and highlights the bottlenecks.
```python ```python
# $ pip3 install pycallgraph # $ pip3 install pycallgraph
import pycallgraph import pycallgraph

Loading…
Cancel
Save