You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ToolTipTextEfficiencyClass="A value indicating the intrinsic energy efficiency of a processor for systems that support heterogeneous processors (such as ARM big.LITTLE systems). CPU Sets with higher numerical values of this field have home processors that are faster but less power-efficient than ones with lower values."
15
14
)
16
15
17
-
typeCoreLayoutstruct {
18
-
Rowsint
19
-
Colsint
20
-
}
21
-
22
16
typeCpuSetsstruct {
23
-
HyperThreadingbool
24
-
CoreCountint
25
17
MaxThreadsPerCoreint
18
+
CPU []CpuSet
19
+
CoreGroups []CoreGroups
20
+
CoreLayout*CoreLayout
21
+
HyperThreadingbool
26
22
NumaNodebool// A group-relative value indicating which NUMA node a CPU Set is on. All CPU Sets in a given group that are on the same NUMA node will have the same value for this field.
27
23
LastLevelCachebool// A group-relative value indicating which CPU Sets share at least one level of cache with each other. This value is the same for all CPU Sets in a group that are on processors that share cache with each other.
28
24
EfficiencyClassbool// A value indicating the intrinsic energy efficiency of a processor for systems that support heterogeneous processors (such as ARM big.LITTLE systems). CPU Sets with higher numerical values of this field have home processors that are faster but less power-efficient than ones with lower values.
29
-
CPU []CpuSet
30
-
Layout []CoreLayout
31
25
}
32
26
33
27
typeCpuSetstruct {
@@ -39,38 +33,66 @@ type CpuSet struct {
39
33
NumaNodeIndexbyte// A group-relative value indicating which NUMA node a CPU Set is on. All CPU Sets in a given group that are on the same NUMA node will have the same value for this field.
0 commit comments