MCPcopy Create free account
hub / github.com/apache/tomcat / getStartTimeNanos

Method getStartTimeNanos

java/org/apache/coyote/Request.java:1117–1119  ·  view source on GitHub ↗

Return the request start time in nanoseconds. @return the start time in nanoseconds

()

Source from the content-addressed store, hash-verified

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()}.

Callers 5

updateCountersMethod · 0.80
addElementMethod · 0.80
asyncDispatchMethod · 0.80
serviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected