public interface ProfilingReportTemplate
Profiler for processing the profiling
informations.| Modifier and Type | Method and Description |
|---|---|
void |
logException()
This method will be called by the
Profiler implementation (.. |
void |
logExecutionTime(long executionTime,
long calledAt)
This method will be called by the
Profiler implementation (.. |
void logExecutionTime(long executionTime,
long calledAt)
Profiler implementation (.. for manual testing it
is very nice to to make this method accessible via JMX, too)executionTime - method execution start timecalledAt - method execution end timevoid logException()
Profiler implementation (.. for manual testing it
is very nice to to make this method accessible via JMX, too). This method will be used for incrementing an
internal "failed execution counter"Copyright © 2018 SAP SE. All Rights Reserved.