Searched refs:kNanosecond (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dreporter.h47 time_unit(kNanosecond),
200 case kNanosecond:
212 case kNanosecond:
H A Dbenchmark_api.h249 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator in enum:benchmark::TimeUnit
/external/google-benchmark/include/benchmark/
H A Dreporter.h48 time_unit(kNanosecond),
217 case kNanosecond:
229 case kNanosecond:
H A Dbenchmark_api.h300 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator in enum:benchmark::TimeUnit
/external/libcxx/utils/google-benchmark/test/
H A Doptions_test.cc21 BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::kNanosecond);
/external/google-benchmark/test/
H A Doptions_test.cc25 BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::kNanosecond);
/external/google-benchmark/src/
H A Dbenchmark_register.cc231 time_unit_(kNanosecond),
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc219 time_unit_(kNanosecond),

Completed in 838 milliseconds