From e4ae168c7c47141c23c9ee5d5121a7e4b177a511 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jure=20=C5=A0orn?= <sornjure@gmail.com>
Date: Sat, 29 Dec 2018 17:20:26 +0100
Subject: [PATCH] Profile

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 8771374..fcc1d60 100644
--- a/README.md
+++ b/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