Home
last modified time | relevance | path

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

/external/XNNPACK/bench/
Dend2end.cc123 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
124 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
125 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
126 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
128 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
129 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
130 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
131 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
133 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
134 …)->Apply(benchmark::utils::MultiThreadingParameters)->Unit(benchmark::kMicrosecond)->UseRealTime();
[all …]
Dend2end.h13 …benchmark_fn, mobilenet_v1, models::FP32MobileNetV1)->Unit(benchmark::kMicrosecond)->UseRealTime()…
14 …benchmark_fn, mobilenet_v2, models::FP32MobileNetV2)->Unit(benchmark::kMicrosecond)->UseRealTime()…
15 …n, mobilenet_v3_large, models::FP32MobileNetV3Large)->Unit(benchmark::kMicrosecond)->UseRealTime()…
16 …n, mobilenet_v3_small, models::FP32MobileNetV3Small)->Unit(benchmark::kMicrosecond)->UseRealTime();
19 …(benchmark_fn, mobilenet_v1, models::QS8MobileNetV1)->Unit(benchmark::kMicrosecond)->UseRealTime()…
20 …(benchmark_fn, mobilenet_v2, models::QS8MobileNetV2)->Unit(benchmark::kMicrosecond)->UseRealTime();
/external/perfetto/test/
Dend_to_end_benchmark.cc267 ->Unit(benchmark::kMicrosecond)
276 ->Unit(benchmark::kMicrosecond)
285 ->Unit(benchmark::kMicrosecond)
/external/google-benchmark/bindings/python/google_benchmark/
D__init__.py35 kMicrosecond,
Dexample.py104 @benchmark.option.unit(benchmark.kMicrosecond)
Dbenchmark.cc50 .value("kMicrosecond", TimeUnit::kMicrosecond) in PYBIND11_MODULE()
/external/libcxx/utils/google-benchmark/test/
Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
Dreporter_output_test.cc469 ->Unit(benchmark::kMicrosecond);
/external/llvm-project/llvm/utils/benchmark/test/
Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
Dreporter_output_test.cc321 ->Unit(benchmark::kMicrosecond);
/external/llvm-project/libcxx/utils/google-benchmark/test/
Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
Dreporter_output_test.cc469 ->Unit(benchmark::kMicrosecond);
/external/google-benchmark/test/
Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
Dreporter_output_test.cc200 BENCHMARK(BM_time_label_microsecond)->Unit(benchmark::kMicrosecond);
645 ->Unit(benchmark::kMicrosecond);
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h390 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
1445 case kMicrosecond: in GetTimeUnitString()
1457 case kMicrosecond: in GetTimeUnitMultiplier()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h408 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
1529 case kMicrosecond: in GetTimeUnitString()
1541 case kMicrosecond: in GetTimeUnitMultiplier()
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h408 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
1529 case kMicrosecond: in GetTimeUnitString()
1541 case kMicrosecond: in GetTimeUnitMultiplier()
/external/google-benchmark/include/benchmark/
Dbenchmark.h410 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator
1584 case kMicrosecond: in GetTimeUnitString()
1598 case kMicrosecond: in GetTimeUnitMultiplier()