Browse Source

Profile

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

1
README.md

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

Loading…
Cancel
Save