Skip to content

Commit e4ae168

Browse files
committed
Profile
1 parent 7b3c711 commit e4ae168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ timeit('"-".join(str(a) for a in range(100))',
13971397
number=10000, globals=globals())
13981398
```
13991399

1400+
### PyCallGraph
14001401
#### Generates a PNG image of call graph and highlights the bottlenecks:
14011402
```python
14021403
# $ pip3 install pycallgraph

0 commit comments

Comments
 (0)