| Package | Description |
|---|---|
| com.google.apphosting.runtime.timer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSharedTimerSet
AbstractSharedTimerSet tracks a single counter that is
shared by all of the Timer instances that are part of the
set. |
class |
JmxGcTimerSet
JmxGcTimerSet creates timers that measures the amount of
time spent in garbage collection while the timer was running. |
class |
JmxHotspotTimerSet
JmxHotspotTimerSet creates timers that measures the amount
of time spent in Hotspot compilation while each timer was running. |
| Constructor and Description |
|---|
TimerFactory(long cyclesPerSecond,
TimerSet... timerSets)
Create a
TimerFactory. |
Copyright © 2022. All rights reserved.