public interface RequestTimingEntry extends Comparable<RequestTimingEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
Returns the depth of the entry.
|
long |
getEndNanos()
Returns the end nanos value for the entry.
|
long |
getExecutionNanos()
Return the execution time in nanos for the entry.
|
TimedMetric |
getMetric()
Return the metric this entry is from.
|
long |
getStartNanos()
Returns the start nanos value for the entry.
|
compareToTimedMetric getMetric()
int getDepth()
long getStartNanos()
long getEndNanos()
long getExecutionNanos()
Copyright © 2019. All rights reserved.