Uses of Class
org.perf4j.StopWatch

Packages that use StopWatch
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 StopWatch in org.perf4j
 

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

Constructor parameters in org.perf4j with type arguments of type StopWatch
GroupedTimingStatistics(java.util.Collection<StopWatch> timeRecords, long startTime, long stopTime, boolean createRollupStatistics)
          Creates a GroupedTimingStatistics by separating a collection of StopWatch instances by tag and calculating statistics for each tag.
TimingStatistics(java.util.Collection<StopWatch> timeRecords)
          This constructor calculates the mean, standard deviation, maximum, minimum and count values of a collection of StopWatch instances that represent logged code execution times.
 

Uses of StopWatch in org.perf4j.helpers
 

Methods in org.perf4j.helpers that return StopWatch
 StopWatch StopWatchLogIterator.next()
           
protected  StopWatch StopWatchLogIterator.parseStopWatchFromLogMatch(java.util.regex.MatchResult matchResult)
          Helper method returns a new StopWatch from the MatchResult returned when a log messages matches the getStopWatchParsePattern() pattern string.
 

Constructor parameters in org.perf4j.helpers with type arguments of type StopWatch
GroupingStatisticsIterator(java.util.Iterator<StopWatch> stopWatchIterator)
          Creates a GroupingStatisticsIterator that groups StopWatch instances pulled from the specified stopWatchIterator into GroupedTimingStatistics.
GroupingStatisticsIterator(java.util.Iterator<StopWatch> stopWatchIterator, long timeSlice, boolean createRollupStatistics)
          Creates a GroupingStatisticsIterator that groups StopWatch instances pulled from the specified stopWatchIterator into GroupedTimingStatistics.
 



Copyright © 2008 perf4j.org. All Rights Reserved.