From b58839b84fc85465bcb62b6e73ec35900e83da11 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 15 Dec 2023 14:07:05 +0100 Subject: MRAM latency benchmark: report DMA latency and bandwidth; merge r/w modes --- Microbenchmarks/MRAM-Latency/support/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Microbenchmarks/MRAM-Latency/support') diff --git a/Microbenchmarks/MRAM-Latency/support/common.h b/Microbenchmarks/MRAM-Latency/support/common.h index 8e2e59b..ed2c69b 100755 --- a/Microbenchmarks/MRAM-Latency/support/common.h +++ b/Microbenchmarks/MRAM-Latency/support/common.h @@ -11,7 +11,9 @@ typedef struct { } dpu_arguments_t; typedef struct { - uint64_t cycles; + uint64_t r_cycles; + uint64_t w_cycles; + uint32_t count; } dpu_results_t; // Transfer size between MRAM and WRAM -- cgit v1.2.3