OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:report_rms
(Results
1 - 10
of
10
) sorted by null
/external/libcxx/utils/google-benchmark/src/
console_reporter.cc
74
(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
) {
csv_reporter.cc
73
if (!run.report_big_o && !run.
report_rms
) {
84
} else if (!run.
report_rms
) {
json_reporter.cc
125
if (!run.report_big_o && !run.
report_rms
) {
143
} else if (run.
report_rms
) {
complexity.cc
276
rms.
report_rms
= true;
/external/google-benchmark/src/
csv_reporter.cc
104
if (!run.report_big_o && !run.
report_rms
) {
115
} else if (!run.
report_rms
) {
console_reporter.cc
107
(result.report_big_o || result.
report_rms
) ? COLOR_BLUE : COLOR_GREEN;
137
} else if (result.
report_rms
) {
146
if (!result.report_big_o && !result.
report_rms
) {
json_reporter.cc
125
if (!run.report_big_o && !run.
report_rms
) {
143
} else if (run.
report_rms
) {
complexity.cc
313
rms.
report_rms
= true;
/external/google-benchmark/include/benchmark/
reporter.h
58
report_rms
(false),
97
bool
report_rms
;
member in struct:benchmark::BenchmarkReporter::Run
/external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h
57
report_rms
(false) {}
95
bool
report_rms
;
member in struct:benchmark::BenchmarkReporter::Run
Completed in 103 milliseconds