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

Method m1

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

Source from the content-addressed store, hash-verified

20 }
21
22 private void m1() {
23 count[1]++;
24 dispatch();
25 }
26
27 private void m2() {
28 count[2]++;

Callers 1

dispatchMethod · 0.95

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected