summaryrefslogtreecommitdiff
path: root/VA/host/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'VA/host/app.c')
-rw-r--r--VA/host/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/VA/host/app.c b/VA/host/app.c
index 3a9b3eb..d680782 100644
--- a/VA/host/app.c
+++ b/VA/host/app.c
@@ -193,7 +193,7 @@ int main(int argc, char **argv) {
input_size * 3 * sizeof(T) / timer.time[0],
input_size * 3 * sizeof(T) / (timer.time[2]),
input_size * 3 * sizeof(T) / (timer.time[1] + timer.time[2] + timer.time[3]));
- printf(" throughput_cpu_MOpps=%f throughput_pim_MOpps=%f throughput_MOpps=%f\n",
+ printf(" throughput_cpu_MOpps=%f throughput_pim_MOpps=%f throughput_MOpps=%f",
input_size / timer.time[0],
input_size / (timer.time[2]),
input_size / (timer.time[1] + timer.time[2] + timer.time[3]));