diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-11-20 14:39:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-11-20 14:39:07 +0100 |
commit | c25fe499a8595959a33406ffafb89847fed729bb (patch) | |
tree | ba087f65c61d731c66abecaa3d5975f0bb253e66 /UNI/support/timer.h | |
parent | 01c6bf683d000d3cbefcbb2499ac50fbc731db22 (diff) |
UNI: Add alloc/load benchmark and upvec exploration script
Diffstat (limited to 'UNI/support/timer.h')
-rwxr-xr-x | UNI/support/timer.h | 6 |
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;
|