public interface ProfilingData
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageRunTime()
Get average run time per invocation.
|
long |
getInvocationCount()
Get number of invocations.
|
long |
getTotalRunTime()
Get total time spent for the invocations.
|
long getInvocationCount()
long getTotalRunTime()
double getAverageRunTime()
Copyright © 2016. All rights reserved.