From e1430bd99f71196a0fba5e3edc72512b54628f7e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 22 Jun 2023 15:51:20 +0200 Subject: CPU-DPU: measure time for loading binary into dpu --- Microbenchmarks/CPU-DPU/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Microbenchmarks/CPU-DPU/support/timer.h') diff --git a/Microbenchmarks/CPU-DPU/support/timer.h b/Microbenchmarks/CPU-DPU/support/timer.h index eedc385..7c24f3b 100755 --- a/Microbenchmarks/CPU-DPU/support/timer.h +++ b/Microbenchmarks/CPU-DPU/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[4]; - struct timeval stopTime[4]; - double time[4]; + struct timeval startTime[10]; + struct timeval stopTime[10]; + double time[10]; }Timer; -- cgit v1.2.3