Methods in org.perf4j.aop with parameters of type Profiled |
java.lang.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 java.lang.String |
AbstractTimingAspect.getStopWatchMessage(org.aspectj.lang.ProceedingJoinPoint pjp,
Profiled profiled)
Helper method get the message to use for StopWatch logging. |
protected java.lang.String |
AbstractTimingAspect.getStopWatchTag(org.aspectj.lang.ProceedingJoinPoint pjp,
Profiled profiled)
Helper method gets the tag to use for StopWatch logging. |