public static final class ScopedTraceHandler.MethodData extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getCallCount()
Returns the amount of times the traced method was called, which is
always at least one.
|
long |
getTotalTimeNanos()
Returns the total time spent in executing the traced method, in
nanoseconds.
|
TracedMethod |
getTracedMethod()
Returns the method that was traced.
|
boolean |
hasTotalTimeNanos()
Returns true if total time spent in executing the traced method was
captured.
|
public TracedMethod getTracedMethod()
public boolean hasTotalTimeNanos()
public long getTotalTimeNanos()
public int getCallCount()
Copyright © 2006–2015 Cojen. All rights reserved.