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

Method recycleStatistcs

java/org/apache/coyote/RequestInfo.java:454–466  ·  view source on GitHub ↗

Recycle all statistics.

()

Source from the content-addressed store, hash-verified

452 * Recycle all statistics.
453 */
454 public void recycleStatistcs() {
455 this.bytesSent = 0;
456 this.bytesReceived = 0;
457
458 this.processingTime = 0;
459 this.maxTime = 0;
460 this.maxRequestUri = null;
461
462 this.requestCount = 0;
463 this.errorCount = 0;
464
465 this.lastRequestProcessingTime = 0;
466 }
467}

Callers 1

recycleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected