From a1f6d4ca0216bcd983ab8d10f035d5a9a0b35def Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 15 Aug 2024 14:40:25 +0200 Subject: GEMV: measure each write (dpu_push_xfer call) separately --- GEMV/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GEMV/support') diff --git a/GEMV/support/timer.h b/GEMV/support/timer.h index dbd21bb..99d79f4 100755 --- a/GEMV/support/timer.h +++ b/GEMV/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[7]; - struct timeval stopTime[7]; - double time[7]; + struct timeval startTime[9]; + struct timeval stopTime[9]; + double time[9]; }Timer; -- cgit v1.2.3