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

Method startTest

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

Source from the content-addressed store, hash-verified

57 public static int threadCount = 0;
58
59 public static synchronized void startTest() {
60 threadCount++;
61 if (messageStartSendTime == 0) {
62 messageStartSendTime = System.currentTimeMillis();
63 }
64 }
65
66 public static synchronized void endTest() {
67 threadCount--;

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected