summaryrefslogtreecommitdiff
path: root/SCAN-RSS/support
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-02-28 15:50:23 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-02-28 15:50:23 +0100
commit7cd4b4bab00822b76801c8c5a7c8ba828e42babb (patch)
tree9caa97b1a19a9bb41c4028581af7bb742133518a /SCAN-RSS/support
parent5082fdb5983715282db926cbbc2e251c81a99fc5 (diff)
SCAN-RSS overhead
Diffstat (limited to 'SCAN-RSS/support')
-rwxr-xr-xSCAN-RSS/support/timer.h6
1 files changed, 3 insertions, 3 deletions
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;