Searched refs:benchmark (Results 26 - 50 of 131) sorted by relevance

123456

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DSynchronousHttpClient.java30 @Override public void prepare(Benchmark benchmark) { argument
31 this.targetBacklog = benchmark.targetBacklog;
32 executor = new ThreadPoolExecutor(benchmark.concurrencyLevel, benchmark.concurrencyLevel,
H A DOkHttpAsync.java45 @Override public void prepare(final Benchmark benchmark) { argument
46 concurrencyLevel = benchmark.concurrencyLevel;
47 targetBacklog = benchmark.targetBacklog;
50 client.setProtocols(benchmark.protocols);
51 client.setDispatcher(new Dispatcher(new ThreadPoolExecutor(benchmark.concurrencyLevel,
52 benchmark.concurrencyLevel, 60, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>())));
54 if (benchmark.tls) {
H A DOkHttp.java34 @Override public void prepare(Benchmark benchmark) { argument
35 super.prepare(benchmark);
37 client.setProtocols(benchmark.protocols);
39 if (benchmark.tls) {
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_memory_unittest.py5 from telemetry import benchmark namespace
11 @benchmark.Enabled('has tabs')
/external/chromium_org/tools/perf/benchmarks/
H A Dsession_restore.py12 from telemetry import benchmark namespace
16 class _SessionRestoreTest(benchmark.Benchmark):
34 @benchmark.Disabled('android', 'linux', 'reference')
44 @benchmark.Disabled('android', 'linux', 'reference')
54 @benchmark.Disabled('android', 'linux', 'reference', 'snowleopard')
65 @benchmark.Disabled('android', 'linux', 'reference', 'snowleopard')
H A Dbrowsermark.py7 Browsermark benchmark suite have five test groups:
23 from telemetry import benchmark namespace
49 @benchmark.Disabled
50 class Browsermark(benchmark.Benchmark):
H A Dhtml5gaming.py5 """Impact HTML5 Gaming benchmark.
10 0.1)). The benchmark automatically runs at a reasonable screen size. Final
15 from telemetry import benchmark namespace
23 tab.ExecuteJavaScript('benchmark();')
35 @benchmark.Disabled
36 class HTML5Gaming(benchmark.Benchmark):
37 """Imapct HTML5 smooth running games benchmark suite."""
44 ps.AddPageWithDefaultRunNavigate('http://html5-benchmark.com/')
H A Djsgamebench.py5 """Runs Facebook's JSGameBench benchmark.
10 The benchmark is kept here for historical purposes but is disabled on the bots.
15 from telemetry import benchmark namespace
36 @benchmark.Disabled
37 class Jsgamebench(benchmark.Benchmark):
H A Dscirra.py5 """Scirra WebGL and Canvas2D rendering benchmark suite.
13 from telemetry import benchmark namespace
54 @benchmark.Disabled
55 class ScirraBenchmark(benchmark.Benchmark):
56 """WebGL and Canvas2D rendering benchmark suite."""
H A Dblink_perf.py7 from telemetry import benchmark namespace
100 class BlinkPerfAnimation(benchmark.Benchmark):
109 class BlinkPerfBindings(benchmark.Benchmark):
118 class BlinkPerfCSS(benchmark.Benchmark):
127 class BlinkPerfCanvas(benchmark.Benchmark):
136 class BlinkPerfDOM(benchmark.Benchmark):
145 class BlinkPerfEvents(benchmark.Benchmark):
154 class BlinkPerfInteractive(benchmark.Benchmark):
163 class BlinkPerfLayout(benchmark.Benchmark):
172 class BlinkPerfMutation(benchmark
[all...]
H A Dspeedometer.py5 """Apple's Speedometer performance benchmark.
9 The current benchmark uses TodoMVC to simulate user actions for adding,
21 from telemetry import benchmark namespace
41 # A single iteration on android takes ~75 seconds, the benchmark times out
75 class Speedometer(benchmark.Benchmark):
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dscreenshot_sync.py8 from telemetry import benchmark namespace
17 @benchmark.Disabled('mac')
29 @benchmark.Disabled('mac')
45 @benchmark.Disabled('mac')
46 class ScreenshotSyncProcess(benchmark.Benchmark):
H A Dgpu_process.py7 from telemetry import benchmark namespace
36 class GpuProcess(benchmark.Benchmark):
H A Dwebgl_robustness.py4 from telemetry import benchmark namespace
61 class WebglRobustness(benchmark.Benchmark):
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_impl.h24 void ScheduleRun(scoped_ptr<MicroBenchmarkImpl> benchmark);
H A Dmicro_benchmark_controller.cc51 result_type operator()(argument_type benchmark) const {
52 return benchmark->IsDone();
70 scoped_ptr<MicroBenchmark> benchmark = local
72 if (benchmark.get()) {
74 benchmark->set_id(id);
75 benchmarks_.push_back(benchmark.Pass());
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dpowermetrics_power_monitor_unittest.py9 from telemetry import benchmark namespace
17 @benchmark.Enabled('mac')
27 @benchmark.Enabled('mac')
33 @benchmark.Enabled('mac')
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp2 and performance benchmark. 100 iterations will be made.
7 adjust iteration count so the benchmark runs about five minutes.
/external/skia/tools/
H A Dbench_pictures_main.cpp159 sk_tools::PictureBenchmark& benchmark) {
197 benchmark.run(picture);
231 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) { argument
314 benchmark->setTimersToShow(timerWall, truncatedTimerWall, timerCpu, truncatedTimerCpu,
344 benchmark->setTimeIndividualTiles(true);
347 benchmark->setPurgeDecodedTex(FLAGS_purgeDecodedTex);
348 benchmark->setPreprocess(FLAGS_preprocess);
357 benchmark->setTimerResultType(TimerData::kPerIter_Result);
359 benchmark->setTimerResultType(TimerData::kMin_Result);
361 benchmark
158 run_single_benchmark(const SkString& inputPath, sk_tools::PictureBenchmark& benchmark) argument
368 process_input(const char* input, sk_tools::PictureBenchmark& benchmark) argument
436 sk_tools::PictureBenchmark benchmark; local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface_unittest.py13 from telemetry import benchmark namespace
21 @benchmark.Enabled('cros-chrome')
32 @benchmark.Enabled('cros-chrome')
42 @benchmark.Enabled('linux')
49 @benchmark.Enabled('cros-chrome')
58 @benchmark.Enabled('cros-chrome')
71 @benchmark.Enabled('cros-chrome')
83 @benchmark.Enabled('cros-chrome')
96 @benchmark.Enabled('cros-chrome')
104 @benchmark
[all...]
/external/chromium_org/v8/test/perf-test/Collections/
H A Dbase.js17 // Simple framework for running the benchmark suites and
21 // A benchmark has a name (string) and a function that will be run to
24 // running the benchmark, but the running time of these functions will
25 // not be accounted for in the benchmark score.
40 // Benchmark results hold the benchmark and the measured time used to
41 // run the benchmark. The benchmark score is computed later once a
42 // full benchmark suite has run to completion. If latency is set to 0
43 // then there is no latency score for this benchmark.
44 function BenchmarkResult(benchmark, tim
[all...]
/external/chromium_org/tools/perf/measurements/
H A Dscreenshot_unittest.py10 from telemetry import benchmark namespace
24 @benchmark.Disabled('win') # http://crbug.com/386572
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_systrace_profiler_unittest.py9 from telemetry import benchmark namespace
15 @benchmark.Enabled('android')
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo_unittest.py9 from telemetry import benchmark namespace
18 @benchmark.Disabled
/external/expat/
H A Dimport_expat.sh42 rm tests/benchmark/benchmark.dsp
43 rm tests/benchmark/benchmark.dsw

Completed in 3750 milliseconds

123456