ew-profiling, 1.0

be.eliwan.profiling.api
Interface ProfilingData

All Known Subinterfaces:
GroupData

public interface ProfilingData

Profiling information.


Method Summary
 double getAverageRunTime()
          Get average run time per invocation.
 long getInvocationCount()
          Get number of invocations.
 long getTotalRunTime()
          Get total time spent for the invocations.
 

Method Detail

getInvocationCount

long getInvocationCount()
Get number of invocations.

Returns:
number of invocations

getTotalRunTime

long getTotalRunTime()
Get total time spent for the invocations.

Returns:
total run time

getAverageRunTime

double getAverageRunTime()
Get average run time per invocation.

Returns:
average run time

ew-profiling, 1.0

Copyright © 2014. All rights reserved.