pub fn exectime(state: &mut estate, _do_exec: i32) -> i32Expand 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.