summaryrefslogtreecommitdiff
path: root/Microbenchmarks/CPU-DPU/support/timer.h
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2023-06-22 15:51:20 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2023-06-22 15:51:20 +0200
commite1430bd99f71196a0fba5e3edc72512b54628f7e (patch)
tree6dd59838c00b58f6a84a740996abdd1031a3683e /Microbenchmarks/CPU-DPU/support/timer.h
parent3884cdaff9c0fbd149931f3e4ddf28e4624652e4 (diff)
CPU-DPU: measure time for loading binary into dpu
Diffstat (limited to 'Microbenchmarks/CPU-DPU/support/timer.h')
-rwxr-xr-xMicrobenchmarks/CPU-DPU/support/timer.h6
1 files changed, 3 insertions, 3 deletions
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;