Time.SpanSourceCPU time spans.
The type for CPU execution time spans.
val make :
utime:Mtime.Span.t ->
stime:Mtime.Span.t ->
children_utime:Mtime.Span.t ->
children_stime:Mtime.Span.t ->
tmake ~utime ~stime ~children_utime ~children_stime is a cpu span with the given fields. See accessors for semantics.
utime cpu is the user time of cpu.
stime cpu is the system time of cpu.
children_utime cpu is the user time for children processes of cpu.
children_stime cpu is the system time for children processes of cpu.