Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.js.node.os
/
CPUTimes
/
Companion
Companion
object
Companion
Factory to create new
CPUTimes
records.
Members
Functions
of
Link copied to clipboard
@
JvmStatic
fun
of
(
user
:
Long
,
nice
:
Long
,
sys
:
Long
,
idle
:
Long
,
irq
:
Long
)
:
CPUTimes
Creates a new
CPUTimes
record.