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