OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BM_empty
(Results
1 - 8
of
8
) sorted by null
/external/google-benchmark/test/
link_main_test.cc
3
void
BM_empty
(benchmark::State& state) {
8
BENCHMARK(
BM_empty
);
cxx03_test.cc
15
void
BM_empty
(benchmark::State& state) {
21
BENCHMARK(
BM_empty
);
35
BM_empty
(state);
41
BM_empty
(state);
51
BM_empty
(state);
54
BM_empty
(state);
58
BM_empty
(state);
memory_manager_test.cc
15
void
BM_empty
(benchmark::State& state) {
20
BENCHMARK(
BM_empty
);
22
ADD_CASES(TC_ConsoleOut, {{"^
BM_empty
%console_report$"}});
23
ADD_CASES(TC_JSONOut, {{"\"name\": \"
BM_empty
\",$"},
24
{"\"run_name\": \"
BM_empty
\",$", MR_Next},
33
ADD_CASES(TC_CSVOut, {{"^\"
BM_empty
\",%csv_report$"}});
basic_test.cc
6
void
BM_empty
(benchmark::State& state) {
11
BENCHMARK(
BM_empty
);
12
BENCHMARK(
BM_empty
)->ThreadPerCpu();
/external/libcxx/utils/google-benchmark/test/
link_main_test.cc
3
void
BM_empty
(benchmark::State& state) {
8
BENCHMARK(
BM_empty
);
cxx03_test.cc
15
void
BM_empty
(benchmark::State& state) {
21
BENCHMARK(
BM_empty
);
35
BM_empty
(state);
41
BM_empty
(state);
51
BM_empty
(state);
54
BM_empty
(state);
58
BM_empty
(state);
memory_manager_test.cc
15
void
BM_empty
(benchmark::State& state) {
20
BENCHMARK(
BM_empty
);
22
ADD_CASES(TC_ConsoleOut, {{"^
BM_empty
%console_report$"}});
23
ADD_CASES(TC_JSONOut, {{"\"name\": \"
BM_empty
\",$"},
24
{"\"run_name\": \"
BM_empty
\",$", MR_Next},
33
ADD_CASES(TC_CSVOut, {{"^\"
BM_empty
\",%csv_report$"}});
basic_test.cc
6
void
BM_empty
(benchmark::State& state) {
11
BENCHMARK(
BM_empty
);
12
BENCHMARK(
BM_empty
)->ThreadPerCpu();
Completed in 319 milliseconds