public class TimeMetricDTO extends Object
Modifier and Type | Field and Description |
---|---|
long |
count
The number of timed events
|
long |
max
The maximum time in nanoseconds spent in an event
|
long |
min
The minimum time in nanoseconds spent in an event
|
long |
total
The total time in nanoseconds
|
Constructor and Description |
---|
TimeMetricDTO() |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.