From 01c6bf683d000d3cbefcbb2499ac50fbc731db22 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 20 Nov 2023 11:32:41 +0100 Subject: VA: optionally include dpu_{alloc,load,free} overhead in benchmark output --- VA/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'VA/support') diff --git a/VA/support/timer.h b/VA/support/timer.h index 5c00213..4d597b9 100755 --- a/VA/support/timer.h +++ b/VA/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[4]; - struct timeval stopTime[4]; - double time[4]; + struct timeval startTime[7]; + struct timeval stopTime[7]; + double time[7]; }Timer; -- cgit v1.2.3