From c25fe499a8595959a33406ffafb89847fed729bb Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 20 Nov 2023 14:39:07 +0100 Subject: UNI: Add alloc/load benchmark and upvec exploration script --- UNI/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UNI/support') diff --git a/UNI/support/timer.h b/UNI/support/timer.h index 4d597b9..3e826f0 100755 --- a/UNI/support/timer.h +++ b/UNI/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[7]; - struct timeval stopTime[7]; - double time[7]; + struct timeval startTime[8]; + struct timeval stopTime[8]; + double time[8]; }Timer; -- cgit v1.2.3