From 87f6ad41589028457803af90f1391cc010ffa583 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 1 Dec 2023 08:57:58 +0100 Subject: BS: add overhead measurements --- BS/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BS/support') diff --git a/BS/support/timer.h b/BS/support/timer.h index 08027af..ff1ae1b 100755 --- a/BS/support/timer.h +++ b/BS/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