public class SystemInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemInfo.CpuInfo |
| Constructor and Description |
|---|
SystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
static short |
getCpuGroupCount() |
static SystemInfo.CpuInfo[] |
getCpuInfoForGroup(short groupIdx)
Get info on all active Cpus in a Cpu group.
|
static int |
getProcessorCount() |
public static int getProcessorCount()
public static short getCpuGroupCount()
public static SystemInfo.CpuInfo[] getCpuInfoForGroup(short groupIdx)
groupIdx - group index to query.Copyright © 2021. All rights reserved.