public interface ProfilingReportBean extends ProfilingReportTemplate
| Modifier and Type | Method and Description |
|---|---|
long |
getFailedExecutions()
returns the amount of failed method executions
|
long |
getMaxExecutionTime()
returns max execution time of the profiled method
|
long |
getMinExecutionTime()
returns min execution time of the profiled method
|
long |
getTotalCount()
returns the total number of method calls of the profiled method
|
long |
getTotalTime()
returns the total execution time of the profiled method
|
logException, logExecutionTimelong getFailedExecutions()
long getMaxExecutionTime()
long getMinExecutionTime()
long getTotalCount()
long getTotalTime()
Copyright © 2018 SAP SE. All Rights Reserved.