From ba723e79d5c426fb4bc899b869bc0b497e72a152 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 8 Mar 2024 16:46:01 +0100 Subject: SEL: introduce alloc/load/free overhead parameters; vary them for fgbs24a --- SEL/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SEL/support') diff --git a/SEL/support/timer.h b/SEL/support/timer.h index 4d597b9..3e826f0 100755 --- a/SEL/support/timer.h +++ b/SEL/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