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

1 2 3 4 5

  /external/eigen/bench/
benchmark_suite 4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/nul
    [all...]
bench_unrolling 9 $CXX -O3 -I.. -DNDEBUG benchmark.cpp -DMATSIZE=$i -DEIGEN_UNROLLING_LIMIT=400 -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
  /external/chromium_org/cc/debug/
micro_benchmark_controller_impl.cc 22 result_type operator()(argument_type benchmark) const {
23 return benchmark->IsDone();
38 scoped_ptr<MicroBenchmarkImpl> benchmark) {
39 benchmarks_.push_back(benchmark.Pass());
micro_benchmark_controller_impl.h 24 void ScheduleRun(scoped_ptr<MicroBenchmarkImpl> benchmark);
micro_benchmark_controller.cc 44 result_type operator()(argument_type benchmark) const {
45 return benchmark->IsDone();
63 scoped_ptr<MicroBenchmark> benchmark = local
65 if (benchmark.get()) {
66 benchmarks_.push_back(benchmark.Pass());
  /cts/suite/cts/utils/
grapher.py 24 A simple script to render the data from the benchmark as a graph.
44 for benchmark in tests:
45 if benchmark.startswith('com.android.cts.opengl.primitive'):
46 results = tests[benchmark]
51 plt.title(benchmark[benchmark.index('#') + 1:])
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 2 and performance benchmark. 100 iterations will be made.
7 adjust iteration count so the benchmark runs about five minutes.
  /external/skia/tools/
bench_pictures_main.cpp 149 sk_tools::PictureBenchmark& benchmark) {
191 benchmark.run(picture);
225 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
308 benchmark->setTimersToShow(timerWall, truncatedTimerWall, timerCpu, truncatedTimerCpu,
338 benchmark->setTimeIndividualTiles(true);
348 benchmark->setTimerResultType(TimerData::kPerIter_Result);
350 benchmark->setTimerResultType(TimerData::kMin_Result);
352 benchmark->setTimerResultType(TimerData::kAvg_Result);
354 benchmark->setRenderer(renderer);
355 benchmark->setRepeats(FLAGS_repeat)
419 sk_tools::PictureBenchmark benchmark; local
    [all...]
  /external/expat/
import_expat.sh 42 rm tests/benchmark/benchmark.dsp
43 rm tests/benchmark/benchmark.dsw
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 29 // Simple framework for running the benchmark suites and
33 // A benchmark has a name (string) and a function that will be run to
36 // running the benchmark, but the running time of these functions will
37 // not be accounted for in the benchmark score.
38 function Benchmark(name, run, setup, tearDown, minIterations) {
47 // Benchmark results hold the benchmark and the measured time used to
48 // run the benchmark. The benchmark score is computed later once a
49 // full benchmark suite has run to completion
    [all...]
  /external/chromium_org/v8/benchmarks/
base.js 29 // Simple framework for running the benchmark suites and
33 // A benchmark has a name (string) and a function that will be run to
36 // running the benchmark, but the running time of these functions will
37 // not be accounted for in the benchmark score.
38 function Benchmark(name, run, setup, tearDown) {
46 // Benchmark results hold the benchmark and the measured time used to
47 // run the benchmark. The benchmark score is computed later once a
48 // full benchmark suite has run to completion
    [all...]
  /external/v8/benchmarks/
base.js 29 // Simple framework for running the benchmark suites and
33 // A benchmark has a name (string) and a function that will be run to
36 // running the benchmark, but the running time of these functions will
37 // not be accounted for in the benchmark score.
38 function Benchmark(name, run, setup, tearDown) {
46 // Benchmark results hold the benchmark and the measured time used to
47 // run the benchmark. The benchmark score is computed later once a
48 // full benchmark suite has run to completion
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 4 // The url is what this page is known to the benchmark as.
5 // The benchmark uses this id to differentiate the benchmark's
9 // benchmark stalls.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 8 // The url is what this page is known to the benchmark as.
9 // The benchmark uses this id to differentiate the benchmark's
13 // benchmark stalls.
background.js 44 function addBenchmark(benchmark) {
45 benchmarks.push(benchmark);
56 function removeBenchmark(benchmark) {
59 if (benchmarks[index] == benchmark) {
127 function Benchmark() {
144 console.log("Benchmark testing url: " + url);
146 // Add this benchmark to the list of benchmarks running.
177 // Is the benchmark currently in progress.
182 // The url which this benchmark is running.
189 // If we're the last benchmark, close the window
    [all...]
  /packages/apps/Camera/perftests/panorama/
Android.mk 14 LOCAL_SRC_FILES := benchmark.cpp
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java 60 public void runBenchmark(String benchmark) throws Exception {
64 sb.append(String.format(INTENT_STRING_EXTRA, "benchmark_name", benchmark));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 247 puts "that each benchmark/VM configuration is run in a single VM invocation, and"
249 puts "one benchmark polluting the running time of another. The fine-grained"
255 puts "VM invocation, and the number of VM invocations per benchmark. By default,"
266 puts "--rerun <n> Set the number of iterations of the benchmark that"
270 puts "--outer <n> Set the number of runtime invocations for each benchmark."
306 puts "--local Also do a local benchmark run even when doing --remote."
780 result = plans.select{|v| v.suite.name == suiteName and v.benchmark.name == benchName and v.vm.name == vmName and v.iteration == iteration}
798 def benchmark method in class:ParsedResult
1113 def benchmark method in class:BenchRunPlan
1145 def benchmark method in class:BenchmarkOnVM
1220 def benchmark method in class:BenchPlan
    [all...]
  /external/chromium_org/v8/tools/
lexer-shell.cc 225 std::string benchmark; local
236 } else if (strncmp(argv[i], "--benchmark=", 12) == 0) {
237 benchmark = std::string(argv[i]).substr(12);
261 if (benchmark.empty()) benchmark = "Baseline";
262 printf("%s(RunTime): %.f ms\n", benchmark.c_str(), baseline_total);
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 1 //===- YAMLBench - Benchmark the YAMLParser implementation ----------------===//
125 static void benchmark( llvm::TimerGroup &Group function
193 llvm::TimerGroup Group("YAML parser benchmark");
194 benchmark(Group, "Fast", createJSONText(10, 500));
196 llvm::TimerGroup Group("YAML parser benchmark");
197 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5));
198 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500));
199 benchmark(Group, "Large Values", createJSONText(MemoryLimitMB, 50000));
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 42 --suite Select a specific benchmark suite. The default is sunspider-1.0
44 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
45 --parse-only Compare the parse-only benchmark results
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 18 document.getElementById('benchmark').addEventListener('click',
20 common.naclModule.postMessage({'message' : 'run benchmark'});
66 // benchmark result
68 console.log('Benchmark result:' + result);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveBenchmark.java 104 * @param benchmark An enum representing the benchmark to run.
108 * @param timeout The milliseconds to wait for an iteration of the benchmark before timing out.
109 * @throws Exception If the benchmark could not be run.
111 private void runBenchmark(BenchmarkName benchmark, boolean offscreen, int numFrames,
113 String benchmarkName = benchmark.toString();
  /external/chromium_org/third_party/JSON/JSON-2.59/eg/
bench_decode.pl 5 use Benchmark qw( cmpthese timethese );
58 L<JSON::PP> and L<JSON::XS> decoding benchmark.
  /development/tutorials/MoarRam/src/com/android/benchmark/moarram/
MainActivity.java 1 package com.android.benchmark.moarram;

Completed in 2107 milliseconds

1 2 3 4 5