public interface CPUParser
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cpuInfo()
Return the cpu info for the processors (assuming symetric multiprocessing
which means that all CPUs are identical).
|
int |
numProcessors()
Return the number of processors available on the machine
|
int numProcessors()
java.lang.String cpuInfo()