diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-28 15:50:23 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-28 15:50:23 +0100 |
commit | 7cd4b4bab00822b76801c8c5a7c8ba828e42babb (patch) | |
tree | 9caa97b1a19a9bb41c4028581af7bb742133518a /SCAN-RSS/support | |
parent | 5082fdb5983715282db926cbbc2e251c81a99fc5 (diff) |
SCAN-RSS overhead
Diffstat (limited to 'SCAN-RSS/support')
-rwxr-xr-x | SCAN-RSS/support/timer.h | 6 |
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;
|