MCPcopy Index your code
hub / github.com/apache/tomcat / markStartTime

Method markStartTime

java/org/apache/coyote/Request.java:1137–1140  ·  view source on GitHub ↗

Mark the request start time.

()

Source from the content-addressed store, hash-verified

1135 * Mark the request start time.
1136 */
1137 public void markStartTime() {
1138 startTimeNanos = System.nanoTime();
1139 startInstant = Instant.now();
1140 }
1141
1142 /**
1143 * Return the request start instant.

Callers 4

logAccessMethod · 0.80
parseRequestLineMethod · 0.80
StreamMethod · 0.80
serviceMethod · 0.80

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected