Add Benchmark Sequential
This commit is contained in:
parent
c66bcee6f5
commit
a6cfd4952a
|
@ -96,7 +96,7 @@ void organize_result(const benchmark_handle *handle, clock_t start_time,
|
|||
}
|
||||
}
|
||||
|
||||
void print_result(void *g_time_diff) {
|
||||
void *print_result(void *g_time_diff) {
|
||||
int i = 0;
|
||||
while (bmh_list[i].handle != NULL) {
|
||||
printf("[BENCHMARK] Time Cost: %-15s %.4f\n", bmh_list[i].name,
|
||||
|
|
Loading…
Reference in New Issue