public class RequestTrace extends Object
| Constructor and Description |
|---|
RequestTrace() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime()
Gets how long the trace took.
|
long |
getEndTime()
Gets the end time of the request trace in milliseconds since the epoch
(midnight, January 1st 1970).
|
long |
getStartTimeEpoched()
Gets the time in milliseconds since the epoch (midnight, January 1st 1970)
when the the request trace started.
|
String |
toString() |
public long getElapsedTime()
public long getStartTimeEpoched()
See System.currentTimeMillis() for how this time is generated.
public long getEndTime()
This value is 0 until the request trace in finished.
Copyright © 2017. All rights reserved.