Uses of Class
org.perf4j.GroupedTimingStatistics

Packages that use GroupedTimingStatistics
org.perf4j Perf4J is a performance logging and monitoring framework for Java. 
org.perf4j.chart Contains classes used to display graphical charts of timing statistics. 
org.perf4j.helpers Helper classes used by the rest of the perf4j framework. 
 

Uses of GroupedTimingStatistics in org.perf4j
 

Methods in org.perf4j that return GroupedTimingStatistics
 GroupedTimingStatistics GroupedTimingStatistics.addStopWatch(StopWatch stopWatch)
          This method updates the calculated statistics when a new logged StopWatch is added.
 GroupedTimingStatistics GroupedTimingStatistics.addStopWatches(Collection<StopWatch> stopWatches)
          Updates these statistics with all of the StopWatches in the specified collection.
 GroupedTimingStatistics GroupedTimingStatistics.clone()
           
 

Uses of GroupedTimingStatistics in org.perf4j.chart
 

Methods in org.perf4j.chart that return types with arguments of type GroupedTimingStatistics
 List<GroupedTimingStatistics> StatisticsChartGenerator.getData()
          Gets the data that will be visualized by any charts created by this chart generator.
 List<GroupedTimingStatistics> GoogleChartGenerator.getData()
           
 

Methods in org.perf4j.chart with parameters of type GroupedTimingStatistics
 void StatisticsChartGenerator.appendData(GroupedTimingStatistics statistics)
          Appends a set of statistics to the list of data to be displayed on the chart.
 void GoogleChartGenerator.appendData(GroupedTimingStatistics statistics)
           
 

Uses of GroupedTimingStatistics in org.perf4j.helpers
 

Fields in org.perf4j.helpers declared as GroupedTimingStatistics
protected  GroupedTimingStatistics StatisticsExposingMBean.currentTimingStatistics
          The current underlying timing statistics whose values are exposed as MBean attributes.
 

Methods in org.perf4j.helpers that return GroupedTimingStatistics
 GroupedTimingStatistics GroupingStatisticsIterator.next()
           
 

Methods in org.perf4j.helpers with parameters of type GroupedTimingStatistics
 void GroupedTimingStatisticsCsvFormatter.GroupedTimingStatisticsValueRetriever.appendValue(String start, String stop, long windowLength, GroupedTimingStatistics stats, StringBuilder toAppend)
           
 String GroupedTimingStatisticsTextFormatter.format(GroupedTimingStatistics stats)
           
 String GroupedTimingStatisticsFormatter.format(GroupedTimingStatistics stats)
          Outputs the specified GroupedTimingStatistics instance as a String
 String GroupedTimingStatisticsCsvFormatter.format(GroupedTimingStatistics stats)
          Formats the specified GroupedTimingStatistics instance for CSV output.
 void StatisticsExposingMBean.updateCurrentTimingStatistics(GroupedTimingStatistics currentTimingStatistics)
          This method should be called to update the underlying timing statistics, which will correspondingly change the values of the exposed attributes.
 



Copyright © 2008-2009 perf4j.org. All Rights Reserved.