MCPcopy 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

10return sum;
11}
12void complexcompute(int N){
13//do a lot work used_time imblance accord to C
14usleep(10000*N);
15}
16int N = 320;
17int main(){
18double start_time,end_time;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected