diff options
Diffstat (limited to 'Microbenchmarks/MRAM-Latency/support/common.h')
-rwxr-xr-x | Microbenchmarks/MRAM-Latency/support/common.h | 4 |
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 |