From 5e1c9ee75c249c4325eed7ba691a4b83f6b6f76f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 16 Jul 2024 16:11:08 +0200 Subject: use distinct dfatool keys for copy types --- mbw.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/mbw.c b/mbw.c index 0087e6d..b22967e 100644 --- a/mbw.c +++ b/mbw.c @@ -271,7 +271,7 @@ void printout(double te, double mt) printf("e_method=MCBLOCK "); break; } - printf("| data_MiB=%f time_s=%f throughput_dram_dram_MiBps=%f\n", mt, te, mt/te); + printf("| data_MiB=%f time_s=%f throughput_MiBps=%f\n", mt, te, mt/te); return; } @@ -472,16 +472,23 @@ int main(int argc, char **argv) for (i=0; nr_loops==0 || i