org.databene.contiperf.report
Class InvocationSummary
java.lang.Object
org.databene.contiperf.report.InvocationSummary
public class InvocationSummary
- extends Object
Holds the data of an invocation summary.
Created: 29.03.2010 12:38:57
- Since:
- 1.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public final String id
elapsedTime
public final long elapsedTime
invocationCount
public final long invocationCount
startTime
public final long startTime
InvocationSummary
public InvocationSummary(String id,
long elapsedTime,
long invocationCount,
long startTime)
Copyright © 2013. All Rights Reserved.