Uses of Interface
com.google.apphosting.runtime.timer.Timer
-
Packages that use Timer Package Description com.google.apphosting.runtime.timer -
-
Uses of Timer in com.google.apphosting.runtime.timer
Classes in com.google.apphosting.runtime.timer that implement Timer Modifier and Type Class Description classAbstractIntervalTimerAbstractIntervalTimeris common base class forTimerimplementations that base measure the change in some value between the point where the timer is started and the point where the timer is stopped.classCpuRatioTimerCpuRatioTimeris a compositeTimerthat is backed by two otherTimerobjects -- e.g.Methods in com.google.apphosting.runtime.timer that return Timer Modifier and Type Method Description TimerAbstractSharedTimerSet. createTimer()TimerTimerSet. createTimer()TimerTimerFactory. getCpuCycleTimer(Thread thread)Return aTimerthat counts CPU time for the specifiedThread.TimerCpuRatioTimer. getCpuUsageTimer()Returns the underlying CPU usageTimer.TimerTimerFactory. getThreadGroupCpuTimer(ThreadGroup threadGroup)TimerCpuRatioTimer. getWallclockTimer()Returns the underlying wallclockTimer.TimerTimerFactory. getWallclockTimer()Return aTimerthat counts wallclock time.Constructors in com.google.apphosting.runtime.timer with parameters of type Timer Constructor Description CpuRatioTimer(Timer cpuUsageTimer, Timer wallclockTimer, CpuSpeedExtractor cpuSpeedExtractor, Timer[] extraTimers)Create a newCpuRatioTimer.
-