From a3e2763c547352544b320aaab626d173680a6a15 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 15 Dec 2023 15:09:15 +0100 Subject: WRAM copy: report latency and throughput --- Microbenchmarks/WRAM/support/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Microbenchmarks/WRAM/support/common.h') diff --git a/Microbenchmarks/WRAM/support/common.h b/Microbenchmarks/WRAM/support/common.h index 42914ac..e8c2823 100755 --- a/Microbenchmarks/WRAM/support/common.h +++ b/Microbenchmarks/WRAM/support/common.h @@ -12,6 +12,7 @@ typedef struct { typedef struct { uint64_t cycles; + uint64_t count; } dpu_results_t; // Transfer size between MRAM and WRAM -- cgit v1.2.3