|
@@ -57,7 +57,7 @@ void display_stat_heat(void)
|
|
char name[32];
|
|
char name[32];
|
|
starpu_worker_get_name(worker, name, 32);
|
|
starpu_worker_get_name(worker, name, 32);
|
|
|
|
|
|
- FPRINTF(stderr, "\t\t%s -> %d / %d (%2.2f %%)\n", name, count_11_per_worker[worker], count_11_total, (100.0*count_11_per_worker[worker])/count_11_total);
|
|
|
|
|
|
+ FPRINTF(stderr, "\t\t%s -> %u / %u (%2.2f %%)\n", name, count_11_per_worker[worker], count_11_total, (100.0*count_11_per_worker[worker])/count_11_total);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -69,7 +69,7 @@ void display_stat_heat(void)
|
|
char name[32];
|
|
char name[32];
|
|
starpu_worker_get_name(worker, name, 32);
|
|
starpu_worker_get_name(worker, name, 32);
|
|
|
|
|
|
- FPRINTF(stderr, "\t\t%s -> %d / %d (%2.2f %%)\n", name, count_12_per_worker[worker], count_12_total, (100.0*count_12_per_worker[worker])/count_12_total);
|
|
|
|
|
|
+ FPRINTF(stderr, "\t\t%s -> %u / %u (%2.2f %%)\n", name, count_12_per_worker[worker], count_12_total, (100.0*count_12_per_worker[worker])/count_12_total);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -82,7 +82,7 @@ void display_stat_heat(void)
|
|
char name[32];
|
|
char name[32];
|
|
starpu_worker_get_name(worker, name, 32);
|
|
starpu_worker_get_name(worker, name, 32);
|
|
|
|
|
|
- FPRINTF(stderr, "\t\t%s -> %d / %d (%2.2f %%)\n", name, count_21_per_worker[worker], count_21_total, (100.0*count_21_per_worker[worker])/count_21_total);
|
|
|
|
|
|
+ FPRINTF(stderr, "\t\t%s -> %u / %u (%2.2f %%)\n", name, count_21_per_worker[worker], count_21_total, (100.0*count_21_per_worker[worker])/count_21_total);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -94,7 +94,7 @@ void display_stat_heat(void)
|
|
char name[32];
|
|
char name[32];
|
|
starpu_worker_get_name(worker, name, 32);
|
|
starpu_worker_get_name(worker, name, 32);
|
|
|
|
|
|
- FPRINTF(stderr, "\t\t%s -> %d / %d (%2.2f %%)\n", name, count_22_per_worker[worker], count_22_total, (100.0*count_22_per_worker[worker])/count_22_total);
|
|
|
|
|
|
+ FPRINTF(stderr, "\t\t%s -> %u / %u (%2.2f %%)\n", name, count_22_per_worker[worker], count_22_total, (100.0*count_22_per_worker[worker])/count_22_total);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|