Function libnotcurses_sys::c_api::ffi::clock

source ·
pub unsafe extern "C" fn clock() -> clock_t
Expand description

Time used by the program so far (user time + system time). The result / CLOCKS_PER_SEC is program time in seconds.