We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6332382 commit 09952afCopy full SHA for 09952af
1 file changed
README.md
@@ -1436,13 +1436,6 @@ with PyCallGraph(output=graph):
1436
<code_to_be_profiled>
1437
```
1438
1439
-```python
1440
-def get_filename():
1441
- from datetime import datetime
1442
- time_str = datetime.now().strftime('%Y%m%d%H%M%S')
1443
- return f'profile-{time_str}.png'
1444
-```
1445
-
1446
### Timing Decorators
1447
#### Prints runtime of decorated function:
1448
```python
0 commit comments