From 2568023e84d5b17b2f9da9a9d32075e93017b8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 30 Dec 2018 12:48:52 +0100 Subject: [PATCH] Profile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b1a84..76cbefe 100644 --- a/README.md +++ b/README.md @@ -1407,7 +1407,7 @@ timeit('"-".join(str(a) for a in range(100))', ``` ### Call Graph -#### Generates a PNG image of call graph with highlighted bottlenecks. +#### Generates a PNG image of call graph with highlighted bottlenecks: ```python # $ pip3 install pycallgraph from pycallgraph import output, PyCallGraph