OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_label
(Results
1 - 6
of
6
) sorted by null
/external/google-benchmark/src/
reporter.cc
61
mean_data->
report_label
= reports[0].
report_label
;
63
if (reports[i].
report_label
!= reports[0].
report_label
) {
64
mean_data->
report_label
= "";
70
stddev_data->
report_label
= mean_data->
report_label
;
csv_reporter.cc
95
if (!run.
report_label
.empty()) {
98
std::string label = run.
report_label
;
json_reporter.cc
152
if (!run.
report_label
.empty()) {
154
<< FormatKV("label", run.
report_label
);
console_reporter.cc
113
result.
report_label
.c_str());
benchmark.cc
699
report.
report_label
= label;
/external/google-benchmark/include/benchmark/
reporter.h
51
std::string
report_label
; // Empty if not set by benchmark.
member in struct:benchmark::BenchmarkReporter::Run
Completed in 2332 milliseconds