Skip to main content

exectime

Function exectime 

Source
pub fn exectime(state: &mut estate, _do_exec: i32) -> i32
Expand description

Port of exectime(Estate state, UNUSED(int do_exec)) from Src/exec.c:5279-5294. Run time pipeline: drives execpline with the Z_TIMED|Z_SYNC flags so it tracks wall/user/sys time.