summaryrefslogtreecommitdiff
path: root/Microbenchmarks/STREAM/support/timer.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-11-27 16:39:49 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-11-27 16:39:49 +0100
commitfb3a54194847c121a6a0264e09826dcad31caae5 (patch)
tree9cb6043fca961447249941bff1a8493df79a305b /Microbenchmarks/STREAM/support/timer.h
parent75285b31e024f7fe3b87bca8de4b761cd7df3aa7 (diff)
STREAM: Add alloc/load overhead, n_ranks, and n_elements
Diffstat (limited to 'Microbenchmarks/STREAM/support/timer.h')
-rw-r--r--Microbenchmarks/STREAM/support/timer.h6
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;