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:ReportRuns
(Results
1 - 13
of
13
) sorted by relevance
/third_party/benchmark/test/
H
A
D
benchmark_min_time_flag_iters_test.cc
20
virtual void
ReportRuns
(const std::vector<Run>& report) BENCHMARK_OVERRIDE {
23
ConsoleReporter::
ReportRuns
(report);
H
A
D
benchmark_min_time_flag_time_test.cc
26
virtual void
ReportRuns
(const std::vector<Run>& report) BENCHMARK_OVERRIDE {
28
ConsoleReporter::
ReportRuns
(report);
H
A
D
spec_arg_test.cc
24
void
ReportRuns
(const std::vector<Run>& report) override {
27
ConsoleReporter::
ReportRuns
(report);
H
A
D
filter_test.cc
21
void
ReportRuns
(const std::vector<Run>& report) override {
24
ConsoleReporter::
ReportRuns
(report);
H
A
D
skip_with_error_test.cc
17
void
ReportRuns
(const std::vector<Run>& report) override {
19
ConsoleReporter::
ReportRuns
(report);
H
A
D
register_benchmark_test.cc
13
void
ReportRuns
(const std::vector<Run>& report) override {
15
ConsoleReporter::
ReportRuns
(report);
H
A
D
benchmark_random_interleaving_gtest.cc
42
void
ReportRuns
(const std::vector<Run>& /* report */) override {}
H
A
D
output_test_helper.cc
160
void
ReportRuns
(const std::vector<Run>& report) override {
161
for (auto rep : reporters_) rep->
ReportRuns
(report);
/third_party/benchmark/src/
H
A
D
csv_reporter.cc
62
void CSVReporter::
ReportRuns
(const std::vector<Run>& reports) {
in ReportRuns()
function in benchmark::CSVReporter
H
A
D
console_reporter.cc
75
void ConsoleReporter::
ReportRuns
(const std::vector<Run>& reports) {
in ReportRuns()
function in benchmark::ConsoleReporter
H
A
D
benchmark.cc
331
if (!aggregates_only) reporter->
ReportRuns
(results.non_aggregates);
in Report()
333
reporter->
ReportRuns
(results.aggregates_only);
in Report()
H
A
D
json_reporter.cc
194
void JSONReporter::
ReportRuns
(std::vector<Run> const& reports) {
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
1850
virtual void
ReportRuns
(const std::vector<Run>& report) = 0;
1901
void
ReportRuns
(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;
1917
void
ReportRuns
(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;
1932
void
ReportRuns
(const std::vector<Run>& reports) BENCHMARK_OVERRIDE;
Completed in 11 milliseconds