Uses of Class
com.google.apphosting.runtime.timer.CpuRatioTimer
Packages that use CpuRatioTimer
-
Uses of CpuRatioTimer in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime with parameters of type CpuRatioTimerModifier and TypeMethodDescriptionApiProxyImpl.createEnvironment(AppVersion appVersion, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse, TraceWriter traceWriter, CpuRatioTimer requestTimer, String requestId, List<Future<?>> asyncFutures, Semaphore outstandingApiRpcSemaphore, ThreadGroup requestThreadGroup, RequestState requestState, Long millisUntilSoftDeadline) Creates anApiProxy.Environmentinstance that is suitable for use with this class. -
Uses of CpuRatioTimer in com.google.apphosting.runtime.timer
Methods in com.google.apphosting.runtime.timer that return CpuRatioTimerModifier and TypeMethodDescriptionTimerFactory.getCpuRatioTimer(Thread thread) Returns aCpuRatioTimerthat tracks both the CPU usage of the specifiedThreadand the wallclock time.TimerFactory.getCpuRatioTimer(ThreadGroup threadGroup) Returns aCpuRatioTimerthat tracks both the CPU usage of the specifiedThreadGroupand the wallclock time.