Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf6fae commit 2e00229Copy full SHA for 2e00229
README.md
@@ -1271,7 +1271,8 @@ duration = time() - start_time
1271
#### Times execution of the passed code:
1272
```python
1273
from timeit import timeit
1274
-timeit('"-".join(str(n) for n in range(100))', number=10000, globals=globals())
+timeit('"-".join(str(n) for n in range(100))',
1275
+ number=10000, globals=globals())
1276
```
1277
1278
#### Generates a PNG image of call graph and highlights the bottlenecks:
0 commit comments