summaryrefslogtreecommitdiff
path: root/Microbenchmarks/WRAM/support/common.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-12-15 15:09:15 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-12-15 15:09:15 +0100
commita3e2763c547352544b320aaab626d173680a6a15 (patch)
tree097b81aed17b7e95516db05e61b5dbfebda43fd2 /Microbenchmarks/WRAM/support/common.h
parent3341ff57ab4464a4c3d15504df228ddc779c9fd4 (diff)
WRAM copy: report latency and throughput
Diffstat (limited to 'Microbenchmarks/WRAM/support/common.h')
-rwxr-xr-xMicrobenchmarks/WRAM/support/common.h1
1 files changed, 1 insertions, 0 deletions
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