OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BM_basic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
options_test.cc
10
void
BM_basic
(benchmark::State& state) {
23
BENCHMARK(
BM_basic
);
24
BENCHMARK(
BM_basic
)->Arg(42);
28
BENCHMARK(
BM_basic
)->Range(1, 8);
29
BENCHMARK(
BM_basic
)->RangeMultiplier(2)->Range(1, 8);
30
BENCHMARK(
BM_basic
)->DenseRange(10, 15);
31
BENCHMARK(
BM_basic
)->Args({42, 42});
32
BENCHMARK(
BM_basic
)->Ranges({{64, 512}, {64, 512}});
33
BENCHMARK(
BM_basic
)->MinTime(0.7);
34
BENCHMARK(
BM_basic
)->UseRealTime()
[
all
...]
reporter_output_test.cc
67
void
BM_basic
(benchmark::State& state) {
71
BENCHMARK(
BM_basic
);
73
ADD_CASES(TC_ConsoleOut, {{"^
BM_basic
%console_report$"}});
74
ADD_CASES(TC_JSONOut, {{"\"name\": \"
BM_basic
\",$"},
75
{"\"run_name\": \"
BM_basic
\",$", MR_Next},
82
ADD_CASES(TC_CSVOut, {{"^\"
BM_basic
\",%csv_report$"}});
/src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
options_test.cc
10
void
BM_basic
(benchmark::State& state) {
23
BENCHMARK(
BM_basic
);
24
BENCHMARK(
BM_basic
)->Arg(42);
28
BENCHMARK(
BM_basic
)->Range(1, 8);
29
BENCHMARK(
BM_basic
)->RangeMultiplier(2)->Range(1, 8);
30
BENCHMARK(
BM_basic
)->DenseRange(10, 15);
31
BENCHMARK(
BM_basic
)->Args({42, 42});
32
BENCHMARK(
BM_basic
)->Ranges({{64, 512}, {64, 512}});
33
BENCHMARK(
BM_basic
)->MinTime(0.7);
34
BENCHMARK(
BM_basic
)->UseRealTime()
[
all
...]
reporter_output_test.cc
59
void
BM_basic
(benchmark::State& state) {
63
BENCHMARK(
BM_basic
);
65
ADD_CASES(TC_ConsoleOut, {{"^
BM_basic
%console_report$"}});
66
ADD_CASES(TC_JSONOut, {{"\"name\": \"
BM_basic
\",$"},
72
ADD_CASES(TC_CSVOut, {{"^\"
BM_basic
\",%csv_report$"}});
Completed in 25 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026