Home
last modified time | relevance | path

Searched refs:kMicrosecond (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/utils/google-benchmark/include/benchmark/
Dreporter.h198 case kMicrosecond: in GetTimeUnitString()
210 case kMicrosecond: in GetTimeUnitMultiplier()
Dbenchmark_api.h249 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond };
/external/google-benchmark/include/benchmark/
Dreporter.h215 case kMicrosecond: in GetTimeUnitString()
227 case kMicrosecond: in GetTimeUnitMultiplier()
Dbenchmark_api.h300 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
/external/libcxx/utils/google-benchmark/test/
Doptions_test.cc22 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
Dreporter_output_test.cc237 ->Unit(benchmark::kMicrosecond);
/external/google-benchmark/test/
Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
Dreporter_output_test.cc237 ->Unit(benchmark::kMicrosecond);