OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportRuns
(Results
1 - 6
of
6
) sorted by null
/external/google-benchmark/include/benchmark/
reporter.h
76
virtual void
ReportRuns
(const std::vector<Run>& report) = 0;
92
virtual void
ReportRuns
(const std::vector<Run>& reports);
103
virtual void
ReportRuns
(const std::vector<Run>& reports);
115
virtual void
ReportRuns
(const std::vector<Run>& reports);
/external/google-benchmark/test/
filter_test.cc
21
virtual void
ReportRuns
(const std::vector<Run>& report) {
23
ConsoleReporter::
ReportRuns
(report);
/external/google-benchmark/src/
console_reporter.cc
57
void ConsoleReporter::
ReportRuns
(const std::vector<Run>& reports) {
csv_reporter.cc
50
void CSVReporter::
ReportRuns
(std::vector<Run> const& reports) {
json_reporter.cc
88
void JSONReporter::
ReportRuns
(std::vector<Run> const& reports) {
benchmark.cc
729
br->
ReportRuns
(reports);
Completed in 45 milliseconds