nanoTime
Get monotonic nanosecond timestamp. Doesn't have to be system time.
Parameters
- self:Backend
- Backend
Source
Implementation
pub fn nanoTime(self: Backend) i128 {
return self.impl.nanoTime();
}Get monotonic nanosecond timestamp. Doesn't have to be system time.
Source
pub fn nanoTime(self: Backend) i128 {
return self.impl.nanoTime();
}