public class JmxHotspotTimerSet extends AbstractSharedTimerSet
JmxHotspotTimerSet creates timers that measures the amount
of time spent in Hotspot compilation while each timer was running.| Constructor and Description |
|---|
JmxHotspotTimerSet() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getCurrentShared()
Returns the current value of a counter that is shared by all
timers created by calling
AbstractSharedTimerSet.createTimer() on this
instance. |
protected String |
getTitle()
Implementations should provide a short, readable string to be
included in the
toString() output of the timers that they
create (e.g. |
createTimer, getActiveCountprotected long getCurrentShared()
AbstractSharedTimerSetAbstractSharedTimerSet.createTimer() on this
instance. The rate of change of this counter will be evenly
divided among started Timer instances.getCurrentShared in class AbstractSharedTimerSetprotected String getTitle()
AbstractSharedTimerSettoString() output of the timers that they
create (e.g. "hotspot").getTitle in class AbstractSharedTimerSetCopyright © 2022. All rights reserved.