Home
last modified time | relevance | path

Searched defs:run_type (Results 1 – 25 of 25) sorted by relevance

/external/google-benchmark/tools/gbench/Inputs/
Dtest4_run.json5 "run_type": "iteration", string
12 "run_type": "iteration", string
19 "run_type": "aggregate", string
28 "run_type": "iteration", string
35 "run_type": "iteration", string
42 "run_type": "aggregate", string
53 "run_type": "iteration", string
60 "run_type": "iteration", string
67 "run_type": "aggregate", string
76 "run_type": "iteration", string
[all …]
Dtest3_run1.json19 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest3_run0.json12 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest4_run0.json12 "run_type": "aggregate", string
Dtest4_run1.json12 "run_type": "aggregate", string
Dtest1_run1.json90 "run_type": "aggregate", string
100 "run_type": "aggregate", string
Dtest1_run2.json90 "run_type": "aggregate", string
100 "run_type": "aggregate", string
/external/cronet/third_party/google_benchmark/src/tools/gbench/Inputs/
Dtest4_run.json5 "run_type": "iteration", string
12 "run_type": "iteration", string
19 "run_type": "aggregate", string
28 "run_type": "iteration", string
35 "run_type": "iteration", string
42 "run_type": "aggregate", string
53 "run_type": "iteration", string
60 "run_type": "iteration", string
67 "run_type": "aggregate", string
76 "run_type": "iteration", string
[all …]
Dtest3_run1.json19 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest3_run0.json12 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest4_run0.json12 "run_type": "aggregate", string
Dtest4_run1.json12 "run_type": "aggregate", string
Dtest1_run2.json90 "run_type": "aggregate", string
100 "run_type": "aggregate", string
Dtest1_run1.json90 "run_type": "aggregate", string
100 "run_type": "aggregate", string
/external/libcxx/utils/google-benchmark/tools/gbench/Inputs/
Dtest3_run0.json12 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest3_run1.json19 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
/external/ComputeLibrary/src/graph/
DPassManager.cpp73 void PassManager::run_type(Graph &g, IGraphMutator::MutationType type) in run_type() function in arm_compute::graph::PassManager
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc55 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart()
Dbenchmark_model.cc205 float max_secs, RunType run_type, in Run()
/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/
Dfuzzing_event_engine.h251 void RunLocked(RunType run_type, absl::AnyInvocable<void()> closure) in RunLocked()
Dfuzzing_event_engine.cc552 RunType run_type, Duration when, absl::AnyInvocable<void()> closure) { in RunAfterLocked()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1344 RunType run_type; // is this a measurement, or an aggregate? member
/external/google-benchmark/include/benchmark/
Dbenchmark.h1808 RunType run_type; member
/external/cronet/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1725 RunType run_type; member
/external/libaom/av1/encoder/
Dpartition_search.c5820 const RUN_TYPE run_type = emit_output ? OUTPUT_ENABLED : DRY_RUN_NORMAL; in av1_rd_pick_partition() local