Class JmxHotspotTimerSet
java.lang.Object
com.google.apphosting.runtime.timer.AbstractSharedTimerSet
com.google.apphosting.runtime.timer.JmxHotspotTimerSet
- All Implemented Interfaces:
TimerSet
JmxHotspotTimerSet creates timers that measures the amount
of time spent in Hotspot compilation while each timer was running.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected longReturns the current value of a counter that is shared by all timers created by callingAbstractSharedTimerSet.createTimer()on this instance.protected StringgetTitle()Implementations should provide a short, readable string to be included in thetoString()output of the timers that they create (e.g.Methods inherited from class com.google.apphosting.runtime.timer.AbstractSharedTimerSet
createTimer, getActiveCount
-
Constructor Details
-
JmxHotspotTimerSet
public JmxHotspotTimerSet()
-
-
Method Details
-
getTitle
Description copied from class:AbstractSharedTimerSetImplementations should provide a short, readable string to be included in thetoString()output of the timers that they create (e.g. "hotspot").- Specified by:
getTitlein classAbstractSharedTimerSet