Class CpuSpeedExtractorFactory
- java.lang.Object
-
- com.google.apphosting.runtime.timer.CpuSpeedExtractorFactory
-
public class CpuSpeedExtractorFactory extends Object
Creates aCpuSpeedExtractor
that can be used to determine the speed of the CPUs on the current machine.
-
-
Constructor Summary
Constructors Constructor Description CpuSpeedExtractorFactory(long cyclesPerSecond)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CpuSpeedExtractor
getExtractor()
Returns theCpuSpeedExtractor
.
-
-
-
Method Detail
-
getExtractor
public CpuSpeedExtractor getExtractor()
Returns theCpuSpeedExtractor
.
-
-