|
@ -1397,6 +1397,7 @@ timeit('"-".join(str(a) for a in range(100))', |
|
|
number=10000, globals=globals()) |
|
|
number=10000, globals=globals()) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### 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 |
|
|
xxxxxxxxxx