Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdvancedCompiler/AdvancedCompiler
/ complexcompute
Function
complexcompute
code/Chapter9/9-27.c:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
return sum;
11
}
12
void complexcompute(int N){
13
//do a lot work used_time imblance accord to C
14
usleep(10000*N);
15
}
16
int N = 320;
17
int main(){
18
double start_time,end_time;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected