Skip to content

Commit

Permalink
Update benchncnn.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Aug 21, 2023
1 parent cb674ac commit c757cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchncnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c757cda

Please sign in to comment.