Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdvancedCompiler/AdvancedCompiler
/ main
Function
main
code/Chapter2/2-1.c:17–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
x=(a/4)+i;
16
}
17
int main()
18
{
19
unsigned long b[m],start ,end,k;
20
for(j=0;j<10;j++){
21
start = rpcc();
22
fun(16);
23
end = rpcc();
24
b[j]=end -start;
25
k+=b[j];
26
}
27
printf(
"time = %ld\n"
,k/m);
28
}
Callers
nothing calls this directly
Calls
2
rpcc
Function · 0.85
fun
Function · 0.70
Tested by
no test coverage detected