Uses of Interface
com.google.apphosting.runtime.timer.Timer
Packages that use Timer
-
Uses of Timer in com.google.apphosting.runtime.timer
Classes in com.google.apphosting.runtime.timer that implement TimerModifier and TypeClassDescriptionclassAbstractIntervalTimeris 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.classCpuRatioTimeris a compositeTimerthat is backed by two otherTimerobjects -- e.g.Methods in com.google.apphosting.runtime.timer that return TimerModifier and TypeMethodDescriptionAbstractSharedTimerSet.createTimer()TimerSet.createTimer()TimerFactory.getCpuCycleTimer(Thread thread) Return aTimerthat counts CPU time for the specifiedThread.CpuRatioTimer.getCpuUsageTimer()Returns the underlying CPU usageTimer.TimerFactory.getThreadGroupCpuTimer(ThreadGroup threadGroup) CpuRatioTimer.getWallclockTimer()Returns the underlying wallclockTimer.TimerFactory.getWallclockTimer()Return aTimerthat counts wallclock time.Constructors in com.google.apphosting.runtime.timer with parameters of type TimerModifierConstructorDescriptionCpuRatioTimer(Timer cpuUsageTimer, Timer wallclockTimer, CpuSpeedExtractor cpuSpeedExtractor, Timer[] extraTimers) Create a newCpuRatioTimer.