summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-03-11 10:54:28 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-03-11 10:54:28 +0100
commite28258f2a2da33a53faeaefa8e555c053d636628 (patch)
tree399659ab61832953cdfd03e7f08ad680621f1446
parentca12558a2213a4b9d11bb27533428f322a0378c0 (diff)
SCAN-RSS: consistent observation names
-rw-r--r--SCAN-RSS/host/app.c2
1 files changed, 1 insertions, 1 deletions
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]),