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 b26a859 commit b941debCopy full SHA for b941deb
1 file changed
docs/content/instrumenting/summary.md
@@ -71,7 +71,7 @@ with s.time():
71
72
with s.time() as t:
73
pass
74
-# t.duration holds the observed seconds
+print(t.duration) # observed time in seconds.
75
```
76
77
## Labels
0 commit comments