public class OneContainer extends Object implements ProfilingData, Serializable
| Constructor and Description |
|---|
OneContainer(long invocationCount,
long totalRunTime)
Construct container for given number of invocations and total run time.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageRunTime() |
long |
getInvocationCount() |
long |
getTotalRunTime() |
String |
toString() |
public OneContainer(long invocationCount,
long totalRunTime)
invocationCount - invocation counttotalRunTime - total run timepublic long getInvocationCount()
getInvocationCount in interface ProfilingDatapublic long getTotalRunTime()
getTotalRunTime in interface ProfilingDatapublic double getAverageRunTime()
getAverageRunTime in interface ProfilingDataCopyright © 2016. All rights reserved.