Searched refs:kMicrosecond (Results 1 – 18 of 18) sorted by relevance
/external/XNNPACK/bench/ |
D | end2end.cc | 123 …)->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 …]
|
D | end2end.h | 13 …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/ |
D | end_to_end_benchmark.cc | 267 ->Unit(benchmark::kMicrosecond) 276 ->Unit(benchmark::kMicrosecond) 285 ->Unit(benchmark::kMicrosecond)
|
/external/google-benchmark/bindings/python/google_benchmark/ |
D | __init__.py | 35 kMicrosecond,
|
D | example.py | 104 @benchmark.option.unit(benchmark.kMicrosecond)
|
D | benchmark.cc | 50 .value("kMicrosecond", TimeUnit::kMicrosecond) in PYBIND11_MODULE()
|
/external/libcxx/utils/google-benchmark/test/ |
D | options_test.cc | 26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
|
D | reporter_output_test.cc | 469 ->Unit(benchmark::kMicrosecond);
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | options_test.cc | 26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
|
D | reporter_output_test.cc | 321 ->Unit(benchmark::kMicrosecond);
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | options_test.cc | 26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
|
D | reporter_output_test.cc | 469 ->Unit(benchmark::kMicrosecond);
|
/external/google-benchmark/test/ |
D | options_test.cc | 26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
|
D | reporter_output_test.cc | 200 BENCHMARK(BM_time_label_microsecond)->Unit(benchmark::kMicrosecond); 645 ->Unit(benchmark::kMicrosecond);
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 390 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator 1445 case kMicrosecond: in GetTimeUnitString() 1457 case kMicrosecond: in GetTimeUnitMultiplier()
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 408 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/ |
D | benchmark.h | 408 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator 1529 case kMicrosecond: in GetTimeUnitString() 1541 case kMicrosecond: in GetTimeUnitMultiplier()
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 410 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator 1584 case kMicrosecond: in GetTimeUnitString() 1598 case kMicrosecond: in GetTimeUnitMultiplier()
|