public class StopwatchAggregate extends Object
SimonUtils.calculateStopwatchAggregate(Simon)
(optionally with SimonFilter
).Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getActive()
Returns total number of active splits in all stopwatches in hierarchy.
|
long |
getCounter()
Returns total sum of usage counts of all stopwatches in hierarchy in milliseconds.
|
long |
getMax()
Returns max time split among all stopwatches in hierarchy in milliseconds
|
long |
getMaxActive()
Returns peek value of active concurrent splits among all stopwatches in hierarchy.
|
long |
getMaxActiveTimestamp()
Returns timestamp in millisecond when the last peek of active split counter occurred among all stopwatches in hierarchy.
|
long |
getMaxTimestamp()
Returns timestamp in milliseconds when max value was measured among all stopwatches.
|
long |
getMin()
Returns min time split among all stopwatches in hierarchy in milliseconds.
|
long |
getMinTimestamp()
Returns timestamp in milliseconds when min value was measured among all stopwatches.
|
long |
getTotal()
Returns total sum of all splits of all stopwatches in hierarchy in milliseconds.
|
int |
hashCode() |
String |
toString() |
public long getTotal()
public long getCounter()
public long getMin()
public long getMax()
public long getMinTimestamp()
public long getMaxTimestamp()
public long getActive()
public long getMaxActive()
public long getMaxActiveTimestamp()
Copyright © 2019. All rights reserved.