diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-15 15:09:15 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-15 15:09:15 +0100 |
commit | a3e2763c547352544b320aaab626d173680a6a15 (patch) | |
tree | 097b81aed17b7e95516db05e61b5dbfebda43fd2 /Microbenchmarks/WRAM/support/common.h | |
parent | 3341ff57ab4464a4c3d15504df228ddc779c9fd4 (diff) |
WRAM copy: report latency and throughput
Diffstat (limited to 'Microbenchmarks/WRAM/support/common.h')
-rwxr-xr-x | Microbenchmarks/WRAM/support/common.h | 1 |
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 |