From 7cd4b4bab00822b76801c8c5a7c8ba828e42babb Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 28 Feb 2024 15:50:23 +0100 Subject: SCAN-RSS overhead --- SCAN-RSS/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SCAN-RSS/support') diff --git a/SCAN-RSS/support/timer.h b/SCAN-RSS/support/timer.h index 4d597b9..3ec6d87 100755 --- a/SCAN-RSS/support/timer.h +++ b/SCAN-RSS/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[7]; - struct timeval stopTime[7]; - double time[7]; + struct timeval startTime[9]; + struct timeval stopTime[9]; + double time[9]; }Timer; -- cgit v1.2.3