Uses of Class
org.perf4j.helpers.StopWatchParser

Packages that use StopWatchParser
org.perf4j.helpers Helper classes used by the rest of the perf4j framework. 
org.perf4j.log4j Provides the log4j appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to an org.apache.log4j.Logger
 

Uses of StopWatchParser in org.perf4j.helpers
 

Methods in org.perf4j.helpers that return StopWatchParser
protected  StopWatchParser StopWatchLogIterator.newStopWatchParser()
          This helper method could potentially be overridden to return a different type of StopWatchParser that is used to parse the strings read by this class.
 

Uses of StopWatchParser in org.perf4j.log4j
 

Methods in org.perf4j.log4j that return StopWatchParser
protected  StopWatchParser AsyncCoalescingStatisticsAppender.newStopWatchParser()
          This helper method could potentially be overridden to return a different type of StopWatchParser that is used to parse the log messages send to this appender.
 



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