Uses of Class
org.perf4j.javalog.JavaLogStopWatch

Packages that use JavaLogStopWatch
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. 
 

Uses of JavaLogStopWatch in org.perf4j.javalog
 

Methods in org.perf4j.javalog that return JavaLogStopWatch
 JavaLogStopWatch JavaLogStopWatch.clone()
           
 

Uses of JavaLogStopWatch in org.perf4j.javalog.aop
 

Methods in org.perf4j.javalog.aop that return JavaLogStopWatch
protected  JavaLogStopWatch TimingAspect.newStopWatch(String loggerName, String levelName)
           
 



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