diff options
Diffstat (limited to 'Microbenchmarks/STREAM/support/timer.h')
-rw-r--r-- | Microbenchmarks/STREAM/support/timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Microbenchmarks/STREAM/support/timer.h b/Microbenchmarks/STREAM/support/timer.h index eedc385..b53d95f 100644 --- a/Microbenchmarks/STREAM/support/timer.h +++ b/Microbenchmarks/STREAM/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;
|