summaryrefslogtreecommitdiff
path: root/TRNS/support
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-17 09:46:15 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-17 09:46:15 +0200
commit5d6b7569c410d70596481fc1ade5458258de02a1 (patch)
treebf6a0e09fa64d0f54f97b1774a9675fabe021d40 /TRNS/support
parentd1047cc7d6c6b9a24ba8df48782ae7aa0bd92949 (diff)
TRNS DPU version: more fine-grained latency output
Diffstat (limited to 'TRNS/support')
-rwxr-xr-xTRNS/support/timer.h6
1 files changed, 3 insertions, 3 deletions
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;