OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BM_basic_slow
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
options_test.cc
11
void
BM_basic_slow
(benchmark::State& state) {
21
BENCHMARK(
BM_basic_slow
)->Arg(10)->Unit(benchmark::kNanosecond);
22
BENCHMARK(
BM_basic_slow
)->Arg(100)->Unit(benchmark::kMicrosecond);
23
BENCHMARK(
BM_basic_slow
)->Arg(1000)->Unit(benchmark::kMillisecond);
/external/libcxx/utils/google-benchmark/test/
options_test.cc
11
void
BM_basic_slow
(benchmark::State& state) {
21
BENCHMARK(
BM_basic_slow
)->Arg(10)->Unit(benchmark::kNanosecond);
22
BENCHMARK(
BM_basic_slow
)->Arg(100)->Unit(benchmark::kMicrosecond);
23
BENCHMARK(
BM_basic_slow
)->Arg(1000)->Unit(benchmark::kMillisecond);
Completed in 234 milliseconds