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 b941deb commit 76edfd5Copy full SHA for 76edfd5
1 file changed
docs/content/instrumenting/histogram.md
@@ -89,7 +89,7 @@ with h.time():
89
90
with h.time() as t:
91
pass
92
-# t.duration holds the observed seconds
+print(t.duration) # observed time in seconds.
93
```
94
95
## Labels
0 commit comments