From c757cda143c442491c1d7a7f02589204e510221b Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Mon, 21 Aug 2023 14:59:07 +0800 Subject: [PATCH] Update benchncnn.cpp --- benchmark/benchncnn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchncnn.cpp b/benchmark/benchncnn.cpp index 3155396fb..ed36ef0bb 100644 --- a/benchmark/benchncnn.cpp +++ b/benchmark/benchncnn.cpp @@ -170,7 +170,7 @@ void benchmark(const char* comment, const std::vector& _in, const ncn time_avg /= g_loop_count; - fprintf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f\n", comment, time_min, time_max, time_avg); + fprintf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f ms\n", comment, time_min, time_max, time_avg); } void benchmark(const char* comment, const ncnn::Mat& _in, const ncnn::Option& opt, bool fixed_path = true)