OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintRunData
(Results
1 - 3
of
3
) sorted by null
/external/google-benchmark/src/
console_reporter.cc
64
PrintRunData
(run);
77
PrintRunData
(mean_data);
78
PrintRunData
(stddev_data);
81
void ConsoleReporter::
PrintRunData
(const Run& result) {
csv_reporter.cc
64
PrintRunData
(*it);
68
void CSVReporter::
PrintRunData
(Run const& run) {
json_reporter.cc
108
PrintRunData
(*it);
122
void JSONReporter::
PrintRunData
(Run const& run) {
Completed in 683 milliseconds