|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.assembler.perf.TimeSummary.MinMaxTotalSummary
public static final class TimeSummary.MinMaxTotalSummary
A convenience wrapper class to store the total, min, and max time.
| Field Summary | |
|---|---|
long |
max
The maximum time observed across all invocations of this event. |
long |
min
The minimum time observed across all invocations of this event. |
long |
total
The total time observed across all invocations of this event. |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final long total
public final long min
public final long max
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||