pub unsafe extern "C" fn time(params: Params) -> Results
Expand description

Returns the time spent since some initial event.

The time is in micro-seconds and may wrap before using all 64 bits. In particular, this function may constantly return zero if time is not supported.