lua_clock

Function lua_clock 

Source
pub unsafe extern "C-unwind" fn lua_clock() -> c_double
Expand description

Returns a high-precision timestamp in seconds.

The returned timestamp doesn’t have a defined epoch, but can be used to measure duration with sub-microsecond precision.