Searched refs:report_rms (Results 1 - 10 of 10) sorted by relevance

/external/google-benchmark/src/
H A Dconsole_reporter.cc74 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
104 } else if (result.report_rms) {
113 if (!result.report_big_o && !result.report_rms) {
H A Dcsv_reporter.cc73 if (!run.report_big_o && !run.report_rms) {
84 } else if (!run.report_rms) {
H A Djson_reporter.cc125 if (!run.report_big_o && !run.report_rms) {
143 } else if (run.report_rms) {
H A Dcomplexity.cc276 rms.report_rms = true;
/external/libcxx/utils/google-benchmark/src/
H A Dconsole_reporter.cc74 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
104 } else if (result.report_rms) {
113 if (!result.report_big_o && !result.report_rms) {
H A Dcsv_reporter.cc73 if (!run.report_big_o && !run.report_rms) {
84 } else if (!run.report_rms) {
H A Djson_reporter.cc125 if (!run.report_big_o && !run.report_rms) {
143 } else if (run.report_rms) {
H A Dcomplexity.cc276 rms.report_rms = true;
/external/google-benchmark/include/benchmark/
H A Dreporter.h57 report_rms(false) {}
95 bool report_rms; member in struct:benchmark::BenchmarkReporter::Run
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dreporter.h57 report_rms(false) {}
95 bool report_rms; member in struct:benchmark::BenchmarkReporter::Run

Completed in 160 milliseconds