diff options
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 |