From fb3a54194847c121a6a0264e09826dcad31caae5 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 27 Nov 2023 16:39:49 +0100 Subject: STREAM: Add alloc/load overhead, n_ranks, and n_elements --- Microbenchmarks/STREAM/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Microbenchmarks/STREAM/support/timer.h') 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; -- cgit v1.2.3