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

Method endTest

test/org/apache/catalina/tribes/demos/LoadTest.java:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public static synchronized void endTest() {
67 threadCount--;
68 if (messageEndSendTime == 0 && threadCount == 0) {
69 messageEndSendTime = System.currentTimeMillis();
70 }
71 }
72
73
74 public static synchronized long addSendStats(long count) {

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected