- getAverageRunTime() - Method in interface be.eliwan.profiling.api.ProfilingData
-
Get average run time per invocation.
- getGroup() - Method in interface be.eliwan.profiling.api.GroupData
-
Get group for this set of profiling data.
- getGroupData() - Method in interface be.eliwan.profiling.api.ProfilingBean
-
Get data for the groups.
- getInvocationCount() - Method in interface be.eliwan.profiling.api.ProfilingData
-
Get number of invocations.
- getTotal() - Method in interface be.eliwan.profiling.api.ProfilingBean
-
Get totals across all the groups.
- getTotalRunTime() - Method in interface be.eliwan.profiling.api.ProfilingData
-
Get total time spent for the invocations.
- GroupData - Interface in be.eliwan.profiling.api
-
Profiling information for a specific group.