Skip to content

Commit

Permalink
Update unit as inference/sec (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramenku authored Oct 23, 2023
1 parent 8f9ccb9 commit 7604ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ void program::perf_report(std::ostream& os,
os << std::endl;

os << "Batch size: " << batch << std::endl;
os << "Rate: " << rate * batch << "/sec" << std::endl;
os << "Rate: " << rate * batch << "inferences/sec" << std::endl;
os << "Total time: " << total_time << "ms" << std::endl;
os << "Total instructions time: " << total_instruction_time << "ms" << std::endl;
os << "Overhead time: " << overhead_time << "ms"
Expand Down

0 comments on commit 7604ecf

Please sign in to comment.