Home
last modified time | relevance | path

Searched refs:experiments (Results 1 – 25 of 66) sorted by relevance

123

/external/libvpx/libvpx/tools/
Dall_builds.py18 experiments = []
30 experiments.append(experiment)
31 return experiments
53 experiments = list_of_experiments()
56 configs += ["%s --enable-%s" % (base_command, e) for e in experiments]
/external/autotest/client/bin/
Dkernel_versions_unittest.py70 experiments = ['2.6.1-patch', '2.6.1-rc1_patch', '2.6.18-smp-220.0_patch', variable in kernel_versions_test
76 for v in self.candidates + self.experiments:
83 for v in self.experiments:
/external/lisa/ipynb/examples/utils/
Dexecutor_example.ipynb9 …" A tests executor is a module which supports the execution of a configured set of experiments.<br…
96 …"The experiments configuration defines the software setups that we need on our hardware target.<br…
98 "Elements of the experiments configuration:\n",
108 …" - **ftrace**: FTrace events to collect for all the experiments configurations which have the \"f…
109 …" - **modules**: modules required by the experiments resulted from the experiments configurations.…
111 …" - **results_dir**: results directory - experiments configuration results directory overrides tar…
198 " # Tools required by the experiments\n",
201 " # Modules required by these experiments\n",
256 "2016-12-07 10:17:52,257 INFO : Executor : Total: 4 experiments\n",
283 … "2016-12-07 10:17:59,241 INFO : Executor : configuring target for [base] experiments\n",
[all …]
/external/toolchain-utils/bestflags/
Dexample_algorithms.py139 experiments = json.load(open(file_name))
141 for experiment in experiments:
144 _ProcessGA(experiments[experiment])
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DFullCartesianExperimentSelector.java74 List<Experiment> experiments = Lists.newArrayList();
80 experiments.add(new Experiment(instrumentation, theseUserParams, vm));
84 return ImmutableSet.copyOf(experiments);
DExperimentingCaliperRun.java262 ImmutableSet<Experiment> dryRun(Iterable<Experiment> experiments) in dryRun() argument
265 for (Experiment experiment : experiments) { in dryRun()
/external/lisa/
Dtarget.config49 /* experiments configuration (e.g. tests/eas/rfc_eas.json) */
56 /* Devlib modules to enable/disbale for all the experiments */
60 /* Binary tools to install by default for all experiments */
DREADME.md52 * Share reproducible experiments by means of a **common language** that:
/external/lisa/tests/eas/
Drfc.config2 /* Devlib modules to enable/disbale for all the experiments */
6 /* Binary tools required by the experiments */
9 /* FTrace events required by the experiments */
/external/lisa/libs/utils/
Dtest.py106 cls.experiments = cls.executor.experiments
216 for experiment in instance.executor.experiments:
Dexecutor.py253 self.experiments = []
271 self.experiments.append(exp)
/external/lisa/tests/stune/
Dsmoke_test_ramp.config2 /* Devlib modules to enable/disbale for all the experiments */
6 /* Binary tools required by the experiments */
/external/lisa/tests/sfreq/
Dsmoke_test.config2 /* Devlib modules to enable/disbale for all the experiments */
6 /* Binary tools required by the experiments */
/external/llvm/test/Instrumentation/AddressSanitizer/
Dexperiment-call.ll1 ; Test optimization experiments.
2 ; -asan-force-experiment flag turns all memory accesses into experiments.
Dexperiment.ll1 ; Test optimization experiments.
2 ; -asan-force-experiment flag turns all memory accesses into experiments.
/external/webrtc/webrtc/api/objctests/
DRTCSessionDescriptionTest.mm79 "a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/"
105 "a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/"
/external/lisa/ipynb/tests/
DFrequency_Invariance_Test.ipynb11 …runs the same workload at a selection of frequencies, each entry in `t.experiments` represents a r…
199 "2017-02-13 18:37:34,029 INFO : Executor : Total: 1 experiments\n",
210 …17-02-13 18:37:34,040 INFO : Executor : configuring target for [freq_450000] experiments\n",
282 "freqs = [experiment_freq(e) for e in t.experiments]"
294 " means = [t.get_signal_mean(e, signal) for e in t.experiments]\n",
325 "t.get_trace(t.experiments[0]).available_events"
406 " experiment = t.experiments[idx]\n",
/external/curl/docs/examples/
DREADME29 applications/experiments. Even if some of the examples use that site as a URL
/external/lisa/ipynb/examples/android/workloads/
DAndroid_Workloads.ipynb315 " # Tools required by the experiments\n",
384 … energy - Use the my_conf's defined emeter to measure energy consumption across experiments\n",
421 "# List of experiments to run\n",
422 "experiments = ['j_std', 'j_eas', 'y_std', 'u_eas']"
636 "run_experiments(experiments, test_wloads, confs, True)"
/external/clang/docs/
DItaniumMangleAbiTags.rst12 in any way as they were determined empirically by experiments with gcc5.
/external/walt/docs/
DDevelopment.md16 …itive to the order in which you connect the different components and adapters, experiments with it.
/external/lisa/ipynb/releases/
DReleaseNotes_v17.03.ipynb45 " _getExperimentsConf to generate target-dependent experiments.\n",
49 " :ivar experiments: List of :class:`Experiment` s executed for the test. Only\n",
390 …hich allows to defined how to run an Android workload to perform a pre-defined set of experiments."
/external/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td27 // experiments and benchmarking data.
/external/lisa/ipynb/tutorial/
D04_ExecutorUsage.ipynb230 " # Tools required by the experiments\n",
233 " # Modules required by these experiments\n",
342 "05:01:07 INFO : Executor - Total: 4 experiments\n",
372 "05:01:07 INFO : TargetConfig - configuring target for [base] experiments\n",
455 "05:01:52 INFO : TargetConfig - configuring target for [eas] experiments\n",
/external/lisa/ipynb/profiling/
Dkernel_functions_profiling.ipynb153 " # NOTE: this folder will be wiped before running the experiments\n",
156 " # Modules required by these experiments\n",
195 "01:50:59 INFO : Executor - Total: 6 experiments\n",
308 "01:51:01 INFO : TargetConfig - configuring target for [base] experiments\n",
388 "01:52:20 INFO : TargetConfig - configuring target for [eas] experiments\n",

123