Browse Source

System

pull/3/head
Jure Šorn 6 years ago
parent
commit
531fbbb464
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1095,7 +1095,7 @@ Profile
```python
from time import time
start_time = time()
<code>
...
duration = time() - start_time
```

Loading…
Cancel
Save