summaryrefslogtreecommitdiff
path: root/UNI/support/timer.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-11-20 14:39:07 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-11-20 14:39:07 +0100
commitc25fe499a8595959a33406ffafb89847fed729bb (patch)
treeba087f65c61d731c66abecaa3d5975f0bb253e66 /UNI/support/timer.h
parent01c6bf683d000d3cbefcbb2499ac50fbc731db22 (diff)
UNI: Add alloc/load benchmark and upvec exploration script
Diffstat (limited to 'UNI/support/timer.h')
-rwxr-xr-xUNI/support/timer.h6
1 files changed, 3 insertions, 3 deletions
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;