Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:report_label
(Results
1 - 8
of
8
) sorted by relevance
/third_party/benchmark/src/
H
A
D
statistics.cc
147
std::string
report_label
= reports[0].
report_label
;
in ComputeStats()
local
149
if (reports[i].
report_label
!=
report_label
) {
in ComputeStats()
150
report_label
= "";
in ComputeStats()
170
data.
report_label
=
report_label
;
in ComputeStats()
H
A
D
complexity.cc
204
big_o.
report_label
= reports[0].
report_label
;
226
rms.
report_label
= big_o.
report_label
;
H
A
D
csv_reporter.cc
144
if (!run.
report_label
.empty()) {
in PrintRunData()
145
Out << CsvEscape(run.
report_label
);
in PrintRunData()
H
A
D
console_reporter.cc
199
if (!result.
report_label
.empty()) {
in PrintRunData()
200
printer(Out, COLOR_DEFAULT, " %s", result.
report_label
.c_str());
in PrintRunData()
H
A
D
json_reporter.cc
311
if (!run.
report_label
.empty()) {
312
out << ",\n" << indent << FormatKV("label", run.
report_label
);
H
A
D
benchmark_runner.cc
85
report.
report_label
= results.report_label_;
in CreateRunReport()
/third_party/benchmark/test/
H
A
D
register_benchmark_test.cc
36
BM_CHECK(run.
report_label
== label) << "expected " << label << " got "
in CheckRun()
37
<< run.
report_label
;
in CheckRun()
39
BM_CHECK(run.
report_label
.empty());
in CheckRun()
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
1766
std::string
report_label
; // Empty if not set by benchmark.
member
Completed in 7 milliseconds