(&self)
| 68 | /// system time getter |
| 69 | #[cfg(not(test))] |
| 70 | pub fn system_clock(&self) -> Option<&super::SystemClockMeasurement> { |
| 71 | self.system_clock.as_ref() |
| 72 | } |
| 73 | |
| 74 | /// Calculate a period by using 2 PHC events using tsc midpoints |
| 75 | /// |
no test coverage detected