@ -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