Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ methodForRenamedThread
Method
methodForRenamedThread
test/test/smoke/Threads.java:37–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
static
void
methodForRenamedThread() {
38
long now = System.currentTimeMillis();
39
BigInteger counter = BigInteger.ZERO;
40
while
(System.currentTimeMillis() - now < 1000) {
41
counter = counter.nextProbablePrime();
42
}
43
}
44
}
Callers
1
run
Method · 0.95
Calls
1
currentTimeMillis
Method · 0.80
Tested by
no test coverage detected