Return the request start time in nanoseconds. @return the start time in nanoseconds
()
| 1115 | * @return the start time in nanoseconds |
| 1116 | */ |
| 1117 | public long getStartTimeNanos() { |
| 1118 | return startTimeNanos; |
| 1119 | } |
| 1120 | |
| 1121 | /** |
| 1122 | * Set the start time using the value provided by {@code System.nanoTime()}. |
no outgoing calls
no test coverage detected