提交 b4532af8 编写于 作者: M Megvii Engine Team

fix(lite/load_and_run): fix log info for ads profile_support

GitOrigin-RevId: d91985b49725071130af08de1437796fa431820f
上级 582dd4ce
......@@ -237,7 +237,7 @@ void OptionsTimeProfiler::profile_with_given_options(
"the log) when profile option:\n%s\n",
option_code.c_str());
} else {
mgb_log("profile option:\n%s\naverage time = %.2f\n", option_code.c_str(),
mgb_log("profile option:\n%s\n avg_time=%.3f ms\n", option_code.c_str(),
average);
//! record profile result
m_options_profile_result.insert({option_code, average});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册