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. |