Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ loop
Method
loop
test/test/recovery/Numbers.java:23–27 ·
view source on GitHub ↗
(Number... numbers)
Source
from the content-addressed store, hash-verified
21
}
22
23
private
static
void
loop(Number... numbers) {
24
while
(true) {
25
x = avg(numbers);
26
}
27
}
28
29
private
static
double avg(Number... numbers) {
30
double sum = 0;
Callers
1
main
Method · 0.95
Calls
1
avg
Method · 0.95
Tested by
no test coverage detected