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

Method m2

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

Source from the content-addressed store, hash-verified

25 }
26
27 private void m2() {
28 count[2]++;
29 dispatch();
30 }
31
32 private void m3() {
33 count[3]++;

Callers 1

dispatchMethod · 0.95

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected