mirror of https://github.com/google/benchmark.git
reworked comment for complexity report
This commit is contained in:
parent
07efafbf5c
commit
8afbf0ed38
|
@ -93,8 +93,8 @@ class BenchmarkReporter {
|
|||
// benchmark, thus have the same name.
|
||||
virtual void ReportRuns(const std::vector<Run>& report) = 0;
|
||||
|
||||
// Called once at the last instance of a benchmark range, gives information about
|
||||
// asymptotic complexity and RMS.
|
||||
// Called once at the last benchmark in a family of benchmarks, gives information
|
||||
// about asymptotic complexity and RMS.
|
||||
// Note that all the benchmark runs in a range should refer to the same benchmark,
|
||||
// thus have the same name.
|
||||
virtual void ReportComplexity(const std::vector<Run>& complexity_reports) = 0;
|
||||
|
|
Loading…
Reference in New Issue