Skip to content

Commit

Permalink
Add missing param comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-hwoo committed Feb 2, 2024
1 parent 2119a28 commit 3579696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c++/perf_analyzer/report_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class ReportWriter {

/// Output LLM metrics (e.g. average first token latency) to a stream.
/// \param ofs A stream to output the csv data
/// \param status Profile summary and statistics of a single experiment
void WriteLLMMetrics(std::ostream& ofs, const PerfStatus& status);

private:
Expand Down

0 comments on commit 3579696

Please sign in to comment.