DVUI

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();
}