summaryrefslogtreecommitdiff
path: root/Microbenchmarks/MRAM-Latency/support
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-12-15 14:07:05 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-12-15 14:07:05 +0100
commitb58839b84fc85465bcb62b6e73ec35900e83da11 (patch)
tree792efd72039ff12c4b330ed620dcdfac4f8c41e3 /Microbenchmarks/MRAM-Latency/support
parenteb118b2f743656434c0c77e5318eeacc38bd9924 (diff)
MRAM latency benchmark: report DMA latency and bandwidth; merge r/w modes
Diffstat (limited to 'Microbenchmarks/MRAM-Latency/support')
-rwxr-xr-xMicrobenchmarks/MRAM-Latency/support/common.h4
1 files changed, 3 insertions, 1 deletions
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