From 09952af0ee7a83ed2bc691d62f445843ec785c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 30 Dec 2018 02:38:26 +0100 Subject: [PATCH] Profile --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0463bf7..e71e72c 100644 --- a/README.md +++ b/README.md @@ -1436,13 +1436,6 @@ with PyCallGraph(output=graph): ``` -```python -def get_filename(): - from datetime import datetime - time_str = datetime.now().strftime('%Y%m%d%H%M%S') - return f'profile-{time_str}.png' -``` - ### Timing Decorators #### Prints runtime of decorated function: ```python