ariba.util.core
Class PerformanceStateCPUTimedCounter

java.lang.Object
  extended by ariba.util.core.PerformanceStateCore
      extended by ariba.util.core.PerformanceStateCounter
          extended by ariba.util.core.PerformanceStateTimedCounter
              extended by ariba.util.core.PerformanceStateCPUTimedCounter

public class PerformanceStateCPUTimedCounter
extends PerformanceStateTimedCounter

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

PerformanceStateCPUTimedCounter

public PerformanceStateCPUTimedCounter()
Creates a new PerformanceStateCPUTimedCounter instance.



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.