Uses of Class
com.google.apphosting.runtime.timer.CpuRatioTimer
-
Packages that use CpuRatioTimer Package Description com.google.apphosting.runtime com.google.apphosting.runtime.timer -
-
Uses of CpuRatioTimer in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime with parameters of type CpuRatioTimer Modifier and Type Method Description ApiProxyImpl.EnvironmentImplApiProxyImpl. 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 CpuRatioTimer Modifier and Type Method Description CpuRatioTimerTimerFactory. getCpuRatioTimer(Thread thread)Returns aCpuRatioTimerthat tracks both the CPU usage of the specifiedThreadand the wallclock time.CpuRatioTimerTimerFactory. getCpuRatioTimer(ThreadGroup threadGroup)Returns aCpuRatioTimerthat tracks both the CPU usage of the specifiedThreadGroupand the wallclock time.
-