public class InvocationSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
elapsedTime |
String |
id |
long |
invocationCount |
long |
startTime |
| Constructor and Description |
|---|
InvocationSummary(String id,
long elapsedTime,
long invocationCount,
long startTime) |
Copyright © 2019. All rights reserved.