Home
last modified time | relevance | path

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

/external/llvm-project/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/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
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/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc54 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart()
Dbenchmark_model.cc144 float max_secs, RunType run_type, in Run()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1344 RunType run_type; // is this a measurement, or an aggregate? member
/external/llvm-project/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.h1393 RunType run_type; member
/external/libaom/libaom/av1/encoder/
Dencodeframe.c3867 const RUN_TYPE run_type = emit_output ? OUTPUT_ENABLED : DRY_RUN_NORMAL; in rd_pick_partition() local