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 2c7ef82 commit d452d37Copy full SHA for d452d37
src/lib.rs
@@ -920,8 +920,8 @@ impl LineEvent {
920
/// in an interrupt handler so it should be very accurate.
921
///
922
/// The nanosecond timestamp value should are captured
923
- /// using the `CLOCK_REALTIME` offsets in the kernel and
924
- /// should be compared against `CLOCK_REALTIME` values.
+ /// using the `CLOCK_MONOTONIC` offsets in the kernel and
+ /// should be compared against `CLOCK_MONOTONIC` values.
925
pub fn timestamp(&self) -> u64 {
926
self.0.timestamp
927
}
0 commit comments