From eac4b8aaac345cd4c6e74b1d08c2532cb3e99bdf Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 11 Mar 2024 09:36:01 +0100 Subject: TS: introduce alloc/load/free overhead parameters; vary them for fgbs24a --- TS/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TS/support') diff --git a/TS/support/timer.h b/TS/support/timer.h index a0747b2..ff1ae1b 100755 --- a/TS/support/timer.h +++ b/TS/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[5]; - struct timeval stopTime[5]; - double time[5]; + struct timeval startTime[7]; + struct timeval stopTime[7]; + double time[7]; }Timer; -- cgit v1.2.3