Add Benchmark Sequential

This commit is contained in:
TXuian 2022-12-09 22:26:20 +08:00
parent 3629160751
commit 9e8e9fca7a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ void *run_one_example(void *arg) {
clock_t start_time = 0, end_time = 0; clock_t start_time = 0, end_time = 0;
handle->handle.benchmark_func->initialise_benchmark(); handle->handle.benchmark_func->initialise_benchmark();
handle->handle.benchmark_func->warm_caches(WARMUP_HEAT); handle->handle.benchmark_func->warm_caches(WARMUP_HEAT);
ShowTask(); // ShowTask();
start_trigger(&start_time); start_trigger(&start_time);
volatile int result = handle->handle.benchmark_func->benchmark(); volatile int result = handle->handle.benchmark_func->benchmark();
stop_trigger(&end_time); stop_trigger(&end_time);