Uses of Class
org.perf4j.aop.Profiled

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

Uses of Profiled in org.perf4j.aop
 

Methods in org.perf4j.aop with parameters of type Profiled
 Object AbstractTimingAspect.doPerfLogging(org.aspectj.lang.ProceedingJoinPoint pjp, Profiled profiled)
          This advice is used to add the StopWatch logging statements around method executions that have been tagged with the Profiled annotation.
protected  String AbstractTimingAspect.getStopWatchMessage(Profiled profiled, org.aspectj.lang.ProceedingJoinPoint pjp, Object returnValue, Throwable exceptionThrown)
          Helper method get the message to use for StopWatch logging.
protected  String AbstractTimingAspect.getStopWatchTag(Profiled profiled, org.aspectj.lang.ProceedingJoinPoint pjp, Object returnValue, Throwable exceptionThrown)
          Helper method gets the tag to use for StopWatch logging.
 



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