From e28258f2a2da33a53faeaefa8e555c053d636628 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 11 Mar 2024 10:54:28 +0100 Subject: SCAN-RSS: consistent observation names --- SCAN-RSS/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCAN-RSS/host/app.c b/SCAN-RSS/host/app.c index 32cd6f2..93c2c47 100644 --- a/SCAN-RSS/host/app.c +++ b/SCAN-RSS/host/app.c @@ -338,7 +338,7 @@ int main(int argc, char **argv) { input_size / timer.time[2], input_size / (timer.time[4] + timer.time[5] + timer.time[6]), input_size / (timer.time[0] + timer.time[1] + timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6] + timer.time[7] + timer.time[8])); - printf(" throughput_upmem_s_MOpps=%f throughput_upmem_wxr_MOpps=%f throughput_upmem_lwxr_MOpps=%f throughput_upmem_alwxr_MOpps=%f\n", + printf(" throughput_upmem_s_MOpps=%f throughput_upmem_wxsxr_MOpps=%f throughput_upmem_lwxsxr_MOpps=%f throughput_upmem_alwxsxr_MOpps=%f\n", input_size / (timer.time[5]), input_size / (timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6] + timer.time[7]), input_size / (timer.time[1] + timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6] + timer.time[7]), -- cgit v1.2.3