From f2c4d650750f7817ab5a6e570840bb9ee3434ee8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 7 Jun 2023 14:56:47 +0200 Subject: adjust for new dfatool output format --- mbw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbw.c') diff --git a/mbw.c b/mbw.c index 93ec55c..7f54998 100644 --- a/mbw.c +++ b/mbw.c @@ -251,7 +251,7 @@ void printout(double te, double mt) printf("e_method=MCBLOCK "); break; } - printf("| bandwidth_MiBps=%f\n", mt/te); + printf("| data_MiB=%f time_s=%f throughput_dram_dram_MiBps=%f\n", mt, te, mt/te); return; } @@ -395,11 +395,11 @@ int main(int argc, char **argv) for (i=0; nr_loops==0 || i