Module Kxclib.Timing

val timefunc' : float Stdlib.ref -> (unit -> 'a) -> 'b

time the execution of f, returning the result of f and store the measured time in output

val timefunc : (unit -> 'a) -> float

time the execution of f, discarding the result of f