add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
f04afd26ef
commit
e31992a58f
|
@ -87,7 +87,6 @@ void organize_result(const benchmark_handle *handle) {
|
||||||
while (bmh_list[i].handle != NULL) {
|
while (bmh_list[i].handle != NULL) {
|
||||||
if (bmh_list[i].handle == handle) {
|
if (bmh_list[i].handle == handle) {
|
||||||
bmh_list[i].time = tmp_diff;
|
bmh_list[i].time = tmp_diff;
|
||||||
printf("[BENCHMARK] TaskName: %s\n", bmh_list[i].name);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
|
|
Loading…
Reference in New Issue