Browse Source

Merge c757cda143 into 1ad2bc676b

pull/4965/merge
tpoisonooo GitHub 10 months ago
parent
commit
d74f1e5654
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      benchmark/benchncnn.cpp

+ 1
- 1
benchmark/benchncnn.cpp View File

@@ -170,7 +170,7 @@ void benchmark(const char* comment, const std::vector<ncnn::Mat>& _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)


Loading…
Cancel
Save