Commit 8afbf0ed by Ismael

reworked comment for complexity report

parent 07efafbf
...@@ -93,8 +93,8 @@ class BenchmarkReporter { ...@@ -93,8 +93,8 @@ class BenchmarkReporter {
// benchmark, thus have the same name. // benchmark, thus have the same name.
virtual void ReportRuns(const std::vector<Run>& report) = 0; virtual void ReportRuns(const std::vector<Run>& report) = 0;
// Called once at the last instance of a benchmark range, gives information about // Called once at the last benchmark in a family of benchmarks, gives information
// asymptotic complexity and RMS. // about asymptotic complexity and RMS.
// Note that all the benchmark runs in a range should refer to the same benchmark, // Note that all the benchmark runs in a range should refer to the same benchmark,
// thus have the same name. // thus have the same name.
virtual void ReportComplexity(const std::vector<Run>& complexity_reports) = 0; virtual void ReportComplexity(const std::vector<Run>& complexity_reports) = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment