Interface CpuSpeedExtractor
-
public interface CpuSpeedExtractorCpuSpeedExtractorcan be used to extract the CPU speed of the current machine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCyclesPerSecond()Returns the maximum number of cycles that a single CPU is capable of executing in one second.
-