// run a function serially N times // // run time is sum of the run times for each function call // #include "common.c" // run the functions // for( int i = 0; i < N; ++i) f( &D[i].i); }