Uses of Class
org.perf4j.TimingStatistics

Packages that use TimingStatistics
org.perf4j Perf4J is a performance logging and monitoring framework for Java. 
org.perf4j.helpers Helper classes used by the rest of the perf4j framework. 
 

Uses of TimingStatistics in org.perf4j
 

Methods in org.perf4j that return TimingStatistics
 TimingStatistics TimingStatistics.clone()
           
 

Methods in org.perf4j that return types with arguments of type TimingStatistics
 java.util.SortedMap<java.lang.String,TimingStatistics> GroupedTimingStatistics.getStatisticsByTag()
           
 

Method parameters in org.perf4j with type arguments of type TimingStatistics
 void GroupedTimingStatistics.setStatisticsByTag(java.util.SortedMap<java.lang.String,TimingStatistics> statisticsByTag)
           
 

Constructor parameters in org.perf4j with type arguments of type TimingStatistics
GroupedTimingStatistics(java.util.SortedMap<java.lang.String,TimingStatistics> statisticsByTag, long startTime, long stopTime, boolean createRollupStatistics)
          Creates a GroupedTimingStatistics instance for a set of tags for a specified time span.
 

Uses of TimingStatistics in org.perf4j.helpers
 

Methods in org.perf4j.helpers with parameters of type TimingStatistics
abstract  java.lang.Number StatsValueRetriever.getStatsValue(TimingStatistics timingStats, long windowLength)
          Retrieves a single statistic value from the specified TimingStatistics object.
 



Copyright © 2008 perf4j.org. All Rights Reserved.