From 3d34449efeb67a20865822aeb4adf1d1eb7ffb3f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 20 Nov 2023 16:04:48 +0100 Subject: TRNS dpu: Include reconfiguration overhead; fix timer resets in inner loop --- TRNS/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TRNS/support') diff --git a/TRNS/support/timer.h b/TRNS/support/timer.h index 4d597b9..3e826f0 100755 --- a/TRNS/support/timer.h +++ b/TRNS/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[7]; - struct timeval stopTime[7]; - double time[7]; + struct timeval startTime[8]; + struct timeval stopTime[8]; + double time[8]; }Timer; -- cgit v1.2.3