MCPcopy Create free account
hub / github.com/AdvancedCompiler/AdvancedCompiler / main

Function main

code/Chapter9/9-8.c:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 a[i]=i;
9}
10int main()
11{
12double start_time,end_time,used_time;
13start_time=omp_get_wtime();
14init_array_A(A);
15end_time=omp_get_wtime();
16used_time=end_time-start_time;
17printf("used_time=%lf seconds\n",used_time);
18}
19

Callers

nothing calls this directly

Calls 1

init_array_AFunction · 0.85

Tested by

no test coverage detected