Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ m0
Method
m0
test/test/depth/DeepRecursion.java:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
private
int
depth = 1;
16
17
private
void
m0() {
18
count[0]++;
19
dispatch();
20
}
21
22
private
void
m1() {
23
count[1]++;
Callers
1
dispatch
Method · 0.95
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected