Cpu.TimeSourceMeasuring CPU user and system time.
The type for CPU execution time spans.
val span :
utime:Mtime.span ->
stime:Mtime.span ->
children_utime:Mtime.span ->
children_stime:Mtime.span ->
spanspan ~utime ~stime ~children_utime ~children_stime is a cpu span with the given fields. See accessors for semantics.
utime cpu is cpu's user time.
stime cpu is cpu's system time.
children_utime cpu is cpu's user time for children processes.
children_stime cpu is cpu's system time for children processes.
The type for CPU time counters.