current_time_ns

Function current_time_ns 

Source
pub fn current_time_ns() -> u64
Expand description

Get the current time in nanoseconds

This function returns the current system time in nanoseconds since boot. Useful for high-resolution timestamps in input events and profiling.