Skip to content

Commit 09952af

Browse files
committed
Profile
1 parent 6332382 commit 09952af

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,13 +1436,6 @@ with PyCallGraph(output=graph):
14361436
<code_to_be_profiled>
14371437
```
14381438

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-
14461439
### Timing Decorators
14471440
#### Prints runtime of decorated function:
14481441
```python

0 commit comments

Comments
 (0)