NUM_OF_RUNS
if (runs < NUM_OF_RUNS)
for (i = 0; i < NUM_OF_RUNS; i++) {
if (p->num_of_runs >= NUM_OF_RUNS)
unsigned long bw_resc[NUM_OF_RUNS * ALLOCATION_MAX / ALLOCATION_STEP];
unsigned long bw_imc[NUM_OF_RUNS * ALLOCATION_MAX / ALLOCATION_STEP];
if (runs_per_allocation >= NUM_OF_RUNS)
for (runs = NUM_OF_RUNS * allocation;
runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) {
avg_bw_imc = sum_bw_imc / NUM_OF_RUNS;
avg_bw_resc = sum_bw_resc / NUM_OF_RUNS;
if (p->num_of_runs >= NUM_OF_RUNS)
for (runs = 0; runs < NUM_OF_RUNS; runs++) {
avg_bw_imc = sum_bw_imc / NUM_OF_RUNS;
avg_bw_resc = sum_bw_resc / NUM_OF_RUNS;
unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS];