public interface TimedItem
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
Get the duration of the method invocation in nanoseconds.
|
long |
getDurationInMilliseconds()
Get the duration of the method invocation in milliseconds.
|
long |
getExclusiveDuration()
Get the duration in nanoseconds of the tracer minus the duration of all child tracers.
|
long getDurationInMilliseconds()
long getDuration()
long getExclusiveDuration()