|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopWatch | |
---|---|
org.perf4j | Perf4J is a performance logging and monitoring framework for Java. |
org.perf4j.commonslog | Provides a CommonsLogStopWatch to use as your StopWatch implementation if the
Apache Commons Logging framework is your logging framework of choice. |
org.perf4j.helpers | Helper classes used by the rest of the perf4j framework. |
org.perf4j.javalog | Provides a JavaLogStopWatch to use as your StopWatch implementation if the
java.util.logging framework is your logging framework of choice. |
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. |
org.perf4j.slf4j | Provides a Slf4JStopWatch to use as your StopWatch implementation if the
SLF4J framework is your logging framework of choice. |
Uses of StopWatch in org.perf4j |
---|
Subclasses of StopWatch in org.perf4j | |
---|---|
class |
LoggingStopWatch
A LoggingStopWatch prevents the need to explicitly send the StopWatch string to a Logger when stopping. |
Methods in org.perf4j that return StopWatch | |
---|---|
StopWatch |
StopWatch.clone()
|
StopWatch |
StopWatch.setMessage(String message)
Sends a message on this StopWatch instance to be printed when this instance is logged. |
StopWatch |
StopWatch.setTag(String tag)
Sets the grouping tag for this StopWatch instance. |
Methods in org.perf4j with parameters of type StopWatch | |
---|---|
GroupedTimingStatistics |
GroupedTimingStatistics.addStopWatch(StopWatch stopWatch)
This method updates the calculated statistics when a new logged StopWatch is added. |
Method parameters in org.perf4j with type arguments of type StopWatch | |
---|---|
GroupedTimingStatistics |
GroupedTimingStatistics.addStopWatches(Collection<StopWatch> stopWatches)
Updates these statistics with all of the StopWatches in the specified collection. |
Uses of StopWatch in org.perf4j.commonslog |
---|
Subclasses of StopWatch in org.perf4j.commonslog | |
---|---|
class |
CommonsLogStopWatch
This LoggingStopWatch uses an Apache Commons Logging Log instance to persist the StopWatch messages. |
Uses of StopWatch in org.perf4j.helpers |
---|
Methods in org.perf4j.helpers that return StopWatch | |
---|---|
StopWatch |
StopWatchLogIterator.next()
|
StopWatch |
StopWatchParser.parseStopWatch(String message)
This method parses a StopWatch from the given message string. |
StopWatch |
StopWatchParser.parseStopWatchFromLogMatch(MatchResult matchResult)
Helper method returns a new StopWatch from the MatchResult returned when a log messages matches. |
Constructor parameters in org.perf4j.helpers with type arguments of type StopWatch | |
---|---|
GroupingStatisticsIterator(Iterator<StopWatch> stopWatchIterator)
Creates a GroupingStatisticsIterator that groups StopWatch instances pulled from the specified stopWatchIterator into GroupedTimingStatistics. |
|
GroupingStatisticsIterator(Iterator<StopWatch> stopWatchIterator,
long timeSlice,
boolean createRollupStatistics)
Creates a GroupingStatisticsIterator that groups StopWatch instances pulled from the specified stopWatchIterator into GroupedTimingStatistics. |
Uses of StopWatch in org.perf4j.javalog |
---|
Subclasses of StopWatch in org.perf4j.javalog | |
---|---|
class |
JavaLogStopWatch
This LoggingStopWatch uses a java.util.logging Logger to persist the StopWatch messages. |
Uses of StopWatch in org.perf4j.log4j |
---|
Subclasses of StopWatch in org.perf4j.log4j | |
---|---|
class |
Log4JStopWatch
This LoggingStopWatch uses a log4j Logger to persist the StopWatch messages. |
Uses of StopWatch in org.perf4j.slf4j |
---|
Subclasses of StopWatch in org.perf4j.slf4j | |
---|---|
class |
Slf4JStopWatch
This LoggingStopWatch uses an SLF4J Logger instance to persist the StopWatch messages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |