mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Update performance_runner.cc (#142)
This commit is contained in:
parent
b054646ddd
commit
8510ccdfe7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Status PerformanceRunner::Run() {
|
|||
|
||||
std::cout << "Total time cost:" << performance_result_.total_time_cost << std::endl
|
||||
<< "Total iterations:" << performance_result_.time_costs.size() << std::endl
|
||||
<< "Average time cost:" << performance_result_.total_time_cost / performance_result_.time_costs.size() << std::endl;
|
||||
<< "Average time cost:" << performance_result_.total_time_cost / performance_result_.time_costs.size() * 1000 << " ms" << std::endl;
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue