summaryrefslogtreecommitdiff
path: root/TS/support
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-03-11 09:36:01 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-03-11 09:36:01 +0100
commiteac4b8aaac345cd4c6e74b1d08c2532cb3e99bdf (patch)
treec726560eb220eac9552cd41053f61c6c3c64d75f /TS/support
parentb7bac5f6c74b2efa68aea4244d2b7646a2ae0442 (diff)
TS: introduce alloc/load/free overhead parameters; vary them for fgbs24a
Diffstat (limited to 'TS/support')
-rwxr-xr-xTS/support/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TS/support/timer.h b/TS/support/timer.h
index a0747b2..ff1ae1b 100755
--- a/TS/support/timer.h
+++ b/TS/support/timer.h
@@ -37,9 +37,9 @@
typedef struct Timer{
- struct timeval startTime[5];
- struct timeval stopTime[5];
- double time[5];
+ struct timeval startTime[7];
+ struct timeval stopTime[7];
+ double time[7];
}Timer;