|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.PerformanceStateCore
ariba.util.core.PerformanceStateCounter
ariba.util.core.PerformanceStateTimedCounter
ariba.util.core.PerformanceStateCPUTimedCounter
public class PerformanceStateCPUTimedCounter
A performance counter for thread CPU time.
A CPUTimer
keeps track of the start and end time for measurement.
Nested Class Summary | |
---|---|
static class |
PerformanceStateCPUTimedCounter.Instance
|
Nested classes/interfaces inherited from class ariba.util.core.PerformanceStateCore |
---|
PerformanceStateCore.EventDetail, PerformanceStateCore.MetricObserver |
Field Summary |
---|
Fields inherited from class ariba.util.core.PerformanceStateTimedCounter |
---|
PAUSED, RUNNING, STOPPED |
Fields inherited from class ariba.util.core.PerformanceStateCore |
---|
LOG_COUNT, LOG_EVENTS, LOG_TIME, LogRankComparator |
Constructor Summary | |
---|---|
PerformanceStateCPUTimedCounter()
Creates a new PerformanceStateCPUTimedCounter instance. |
Method Summary |
---|
Methods inherited from class ariba.util.core.PerformanceStateTimedCounter |
---|
getState, pause, resume, start, stop, stop, stop, stop, stop |
Methods inherited from class ariba.util.core.PerformanceStateCounter |
---|
addCount, addCount, addCount, addCount, addCount, addCount |
Methods inherited from class ariba.util.core.PerformanceStateCore |
---|
appendCSVData, appendCSVHeaders, getGlobalStackTraceCaptureThreshold, getLogRank, getName, hasSameNameAs, instance, setGlobalStackTraceCaptureThreshold |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerformanceStateCPUTimedCounter()
PerformanceStateCPUTimedCounter
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |