From b7bac5f6c74b2efa68aea4244d2b7646a2ae0442 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 11 Mar 2024 08:42:19 +0100 Subject: TRNS: properly report alloc/load/free overhead --- TRNS/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TRNS/support') diff --git a/TRNS/support/timer.h b/TRNS/support/timer.h index 3e826f0..3ec6d87 100755 --- a/TRNS/support/timer.h +++ b/TRNS/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[8]; - struct timeval stopTime[8]; - double time[8]; + struct timeval startTime[9]; + struct timeval stopTime[9]; + double time[9]; }Timer; -- cgit v1.2.3