Perf4J 0.9.8.1 API

Packages
org.perf4j Perf4J is a performance logging and monitoring framework for Java.
org.perf4j.aop Provides annotations that work with an aspect-oriented framework like AspectJ or Spring AOP to allow timing of code blocks without explicit logging statements.
org.perf4j.chart Contains classes used to display graphical charts of timing statistics.
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.commonslog.aop Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
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.javalog.aop Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
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.log4j.aop Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
org.perf4j.log4j.servlet Provides the concrete GraphingServlet class that can be installed in a web.xml file to expose graphs generated by a GraphingStatisticsAppender.
org.perf4j.servlet Provides the framework for exposing performance graphs through a servlet front-end.
org.perf4j.slf4j Provides a Slf4JStopWatch to use as your StopWatch implementation if the SLF4J framework is your logging framework of choice.
org.perf4j.slf4j.aop Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.

 



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