public final class WindowsNT extends java.lang.Object implements CPUParser
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
m_cpuInfo |
private int |
m_processors |
| Constructor and Description |
|---|
WindowsNT() |
| 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
|
private final int m_processors
private final java.lang.String m_cpuInfo
public int numProcessors()
numProcessors in interface CPUParser