Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.machine
/
MachineCpuInfoKt
/
Dsl
/
addAll
add
All
@
JvmName
(
name
=
"addAllCpu"
)
fun
DslList
<
CpuInfo
,
MachineCpuInfoKt.Dsl.CpuProxy
>
.
addAll
(
values
:
Iterable
<
CpuInfo
>
)
Information about each CPU on this machine.
Content copied to clipboard
repeated .elide.machine.CpuInfo cpu = 3;
Parameters
values
The cpu to add.