HomeSort by relevance Sort by last modified time
    Searched refs:experiment (Results 1 - 25 of 38) sorted by null

1 2

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ScheduledTrial.java 27 private final Experiment experiment; field in class:ScheduledTrial
30 @Inject ScheduledTrial(Experiment experiment, TrialRunLoop runLoop,
33 this.experiment = experiment;
41 Experiment experiment() { method in class:ScheduledTrial
42 return experiment;
TrialResult.java 25 private final Experiment experiment; field in class:TrialResult
28 TrialResult(Trial trial, Experiment experiment, ImmutableList<String> trialMessages) {
30 this.experiment = experiment;
34 Experiment getExperiment() {
35 return experiment;
TrialModule.java 44 private final Experiment experiment; field in class:TrialModule
46 TrialModule(UUID trialId, int trialNumber, Experiment experiment) {
49 this.experiment = experiment;
68 Experiment provideExperiment() {
69 return experiment;
74 static BenchmarkSpec provideBenchmarkSpec(Experiment experiment) {
    [all...]
TrialOutputLogger.java 43 private final Experiment experiment; field in class:TrialOutputLogger
48 @TrialId UUID trialId, Experiment experiment) {
52 this.experiment = experiment;
81 writer.println("Experiment: " + experiment);
ExperimentModule.java 33 * A module that binds data specific to a single experiment.
47 public static ExperimentModule forExperiment(Experiment experiment) {
48 Method benchmarkMethod = experiment.instrumentation().benchmarkMethod();
51 experiment.userParameters());
ExperimentingCaliperRun.java 54 * An execution of each {@link Experiment} for the configured number of trials.
99 ImmutableSet<Experiment> allExperiments = selector.selectExperiments();
101 stdout.println("Experiment selection: ");
103 .transform(new Function<Experiment, String>() {
104 @Override public String apply(Experiment experiment) {
105 return experiment.instrumentation().benchmarkMethod().getName();
135 ImmutableSet<Experiment> experimentsToRun = dryRun(allExperiments);
238 private List<ScheduledTrial> createScheduledTrials(ImmutableSet<Experiment> experimentsToRun,
244 for (Experiment experiment : experimentsToRun)
    [all...]
WorkerProcess.java 79 Experiment experiment,
86 buildProcess(trialId, experiment, benchmarkSpec, localPort, benchmarkClass);
145 Experiment experiment,
150 Instrumentation instrumentation = experiment.instrumentation();
164 VirtualMachine vm = experiment.vm();
  /external/libvpx/libvpx/tools/
all_builds.py 28 experiment = line[4:]
29 if experiment not in currently_broken:
30 experiments.append(experiment)
50 # Shard experiment list
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
all_builds.py 28 experiment = line[4:]
29 if experiment not in currently_broken:
30 experiments.append(experiment)
50 # Shard experiment list
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 83 Experiment experiment = new Experiment( local
91 ProcessBuilder builder = createProcess(experiment, spec);
163 private ProcessBuilder createProcess(Experiment experiment, BenchmarkSpec benchmarkSpec) {
164 return WorkerProcess.buildProcess(TRIAL_ID, experiment, benchmarkSpec, PORT_NUMBER,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 42 fmt.Printf("unknown experiment %s\n", s)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go 42 fmt.Printf("unknown experiment %s\n", s)
  /art/test/551-checker-shifter-operand/
build 103 for experiment in ${EXPERIMENTAL}; do
104 JACK_ARGS="${JACK_ARGS} ${JACK_EXPERIMENTAL_ARGS[${experiment}]}"
  /art/test/etc/
default-build 114 for experiment in ${EXPERIMENTAL}; do
115 JACK_ARGS="${JACK_ARGS} ${JACK_EXPERIMENTAL_ARGS[${experiment}]}"
116 SMALI_ARGS="${SMALI_ARGS} ${SMALI_EXPERIMENTAL_ARGS[${experiment}]}"
  /external/autotest/site_utils/
perf_compare.py 19 1) Creates a crosperf "experiment" file to be consumed by crosperf.
20 2) Invokes crosperf using the created experiment file. Crosperf produces 2
22 folder that is named based on the given --experiment-name, which is created in
51 --experiment-name. If you don't want to lose any old crosperf/CSV data, either
53 --experiment-name.
79 _EXPERIMENT_FILE_NAME = 'experiment.txt'
229 # Create experiment file for crosperf.
237 # Invoke crosperf with the experiment file.
238 logging.info('Invoking crosperf with created experiment file...')
421 optional_group.add_option('--experiment-name', metavar='NAME'
    [all...]
  /external/skia/bin/
compare 20 parser.add_argument('experiment', help='Experiment file.')
24 for (path, d) in [(args.baseline, a), (args.experiment, b)]:
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.cpp 673 struct Experiment
716 static const btBroadphaseBenchmark::Experiment experiments[]=
728 const btBroadphaseBenchmark::Experiment& experiment=experiments[iexp]; local
729 const int object_count=experiment.object_count;
730 const int update_count=(object_count*experiment.update_count)/100;
731 const int spawn_count=(object_count*experiment.spawn_count)/100;
732 const btScalar speed=experiment.speed;
733 const btScalar amplitude=experiment.amplitude;
734 printf("Experiment #%u '%s':\r\n",iexp,experiment.name)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
go.go 45 fmt.Printf("unknown experiment %s\n", s)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
go.go 45 fmt.Printf("unknown experiment %s\n", s)
  /external/owasp/sanitizer/empiricism/
html-containment.js 20 var iframes = document.getElementById('experiment-iframes');
39 document.getElementById('experiment-progress-counter');
92 // The maker can return a nullish value to abort or punt on an experiment,
105 console.log('experiment took %d millis for %d runs',
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 119 This makes it easy to experiment with small multipackage programs
264 If the vendoring experiment is enabled (see 'go help gopath'),
373 When the vendor experiment is enabled,
412 When the vendor experiment is enabled, 'go get' checks out
416 The vendoring semantics are an experiment, and they may change
490 Set to 1 to enable the Go 1.5 vendoring experiment.
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 119 This makes it easy to experiment with small multipackage programs
264 If the vendoring experiment is enabled (see 'go help gopath'),
373 When the vendor experiment is enabled,
412 When the vendor experiment is enabled, 'go get' checks out
416 The vendoring semantics are an experiment, and they may change
490 Set to 1 to enable the Go 1.5 vendoring experiment.
  /prebuilts/go/darwin-x86/src/math/
erf.go 56 // near 0.6174), and by some experiment, 0.84375 is chosen to
  /prebuilts/go/linux-x86/src/math/
erf.go 56 // near 0.6174), and by some experiment, 0.84375 is chosen to
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 447 // sum of coin flips such that a truly random experiment would have

Completed in 818 milliseconds

1 2