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 5fc74f7 commit 295436aCopy full SHA for 295436a
crates/context/src/lib.rs
@@ -54,7 +54,8 @@ struct LogContextInner {
54
/// The number of [`Future::poll`] recorded
55
polls: AtomicU64,
56
57
- /// An approximation of the total CPU time spent in the context, in nanoseconds
+ /// An approximation of the total CPU time spent in the context, in
58
+ /// nanoseconds
59
cpu_time: AtomicU64,
60
}
61
0 commit comments