Uses of Interface
com.google.apphosting.runtime.timer.CpuSpeedExtractor
-
Packages that use CpuSpeedExtractor Package Description com.google.apphosting.runtime.timer -
-
Uses of CpuSpeedExtractor in com.google.apphosting.runtime.timer
Methods in com.google.apphosting.runtime.timer that return CpuSpeedExtractor Modifier and Type Method Description CpuSpeedExtractorCpuSpeedExtractorFactory. getExtractor()Returns theCpuSpeedExtractor.Constructors in com.google.apphosting.runtime.timer with parameters of type CpuSpeedExtractor Constructor Description CpuRatioTimer(Timer cpuUsageTimer, Timer wallclockTimer, CpuSpeedExtractor cpuSpeedExtractor, Timer[] extraTimers)Create a newCpuRatioTimer.
-