From 5d6b7569c410d70596481fc1ade5458258de02a1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 17 Jul 2024 09:46:15 +0200 Subject: TRNS DPU version: more fine-grained latency output --- 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 3ec6d87..786c687 100755 --- a/TRNS/support/timer.h +++ b/TRNS/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[9]; - struct timeval stopTime[9]; - double time[9]; + struct timeval startTime[10]; + struct timeval stopTime[10]; + double time[10]; }Timer; -- cgit v1.2.3