MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / m3

Method m3

test/test/depth/DeepRecursion.java:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 private void m3() {
33 count[3]++;
34 dispatch();
35 }
36
37 private void dispatch() {
38 if (depth + 2 > BASE_DEPTH + ThreadLocalRandom.current().nextInt(VAR_DEPTH + 1)) {

Callers 1

dispatchMethod · 0.95

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected