|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
StatisticsCsvLayout.activateOptions()
method.
GraphingStatisticsAppender.getAppenderByName(String)
method to find the appender with
the specified name.
StatsValueRetriever.getStatsValue(org.perf4j.TimingStatistics, long)
.
GraphingStatisticsAppender
s that
have been created by the log4j framework.AsyncCoalescingStatisticsAppender
.GroupedTimingStatistics
in a comma-separated value format.GroupedTimingStatistics
instance to a String.StopWatchLogIterator
to return a single GroupedTimingStatistics
object for
each time slice detected.AsyncCoalescingStatisticsAppender
.StopWatch.lap(String)
, but also allows you to specify an exception to be logged.
StopWatch.lap(String, String)
, but also allows you to specify an exception to be logged.
CommonsLogStopWatch
to use as your StopWatch implementation if the
Apache Commons Logging framework is your logging framework of choice.Profiled
annotation.JavaLogStopWatch
to use as your StopWatch implementation if the
java.util.logging framework is your logging framework of choice.Profiled
annotation.StopWatch
timing statements logged to an org.apache.log4j.Logger.Profiled
annotation.GraphingServlet
class that can be installed in a web.xml
file to expose graphs generated by a GraphingStatisticsAppender
.Slf4JStopWatch
to use as your StopWatch implementation if the
SLF4J framework is your logging framework of choice.Profiled
annotation.GroupedTimingStatistics
instances as comma-separated values.StopWatch.stop(String)
, but also allows you to specify an exception to be logged.
StopWatch.stop(String, String)
, but also allows you to specify an exception to be logged.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |