-
@ApiStatus.Internal() public final class CpuInfoUtils
-
-
Field Summary
Fields Modifier and Type Field Description private final static CpuInfoUtilsinstance
-
Method Summary
Modifier and Type Method Description static CpuInfoUtilsgetInstance()List<Integer>readMaxFrequencies()Read the max frequency of each core of the cpu and returns it in Mhz voidsetCpuMaxFrequencies(List<Integer>Â frequencies)-
-
Method Detail
-
getInstance
static CpuInfoUtils getInstance()
-
readMaxFrequencies
@NotNull() List<Integer> readMaxFrequencies()
Read the max frequency of each core of the cpu and returns it in Mhz
-
setCpuMaxFrequencies
@TestOnly() void setCpuMaxFrequencies(List<Integer>Â frequencies)
-
-
-
-