Home
last modified time | relevance | path

Searched refs:benchmarks (Results 1 – 25 of 47) sorted by relevance

12

/external/okhttp/okio/benchmarks/
DREADME.md4 … used to measure various aspects of performance for Okio buffers. Okio benchmarks are written usin…
9 To run benchmarks locally, first build and package the project modules:
15 This should create a `benchmarks.jar` file in the `target` directory, which is a typical JMH benchm…
18 $ java -jar benchmarks/target/benchmarks.jar -l
20 com.squareup.okio.benchmarks.BufferPerformanceBench.cold
21 com.squareup.okio.benchmarks.BufferPerformanceBench.threads16hot
22 com.squareup.okio.benchmarks.BufferPerformanceBench.threads1hot
23 com.squareup.okio.benchmarks.BufferPerformanceBench.threads2hot
24 com.squareup.okio.benchmarks.BufferPerformanceBench.threads32hot
25 com.squareup.okio.benchmarks.BufferPerformanceBench.threads4hot
[all …]
/external/v8/benchmarks/
Dbase.js66 function BenchmarkSuite(name, reference, benchmarks) { argument
69 this.benchmarks = benchmarks;
141 result += suites[i].benchmarks.length;
238 var length = this.benchmarks.length;
250 suite.benchmarks[index].Setup();
263 data = suite.RunSingleBenchmark(suite.benchmarks[index], data);
274 suite.benchmarks[index++].TearDown();
DREADME.txt5 benchmarks that we have used to tune V8. The licenses for the
6 individual benchmarks are included in the JavaScript files.
8 In addition to the benchmarks, the suite consists of the benchmark
26 Other benchmarks were fixed to do elementary verification of the
77 Furthermore, the benchmark runner was changed to run the benchmarks
/external/protobuf/benchmarks/
Dreadme.txt10 If we end up with a lot of different benchmarks it may be worth
29 $ javac -d . -cp ../protobuf.jar benchmarks/*.java
34 benchmarks.GoogleSize$SizeMessage1 ../google_message1.dat
35 benchmarks.GoogleSpeed$SpeedMessage1 ../google_message1.dat
36 benchmarks.GoogleSize$SizeMessage2 ../google_message2.dat
37 benchmarks.GoogleSpeed$SpeedMessage2 ../google_message2.dat
/external/vixl/
DSConstruct89 'bench-dataop': 'benchmarks',
90 'bench-branch': 'benchmarks',
91 'bench-branch-link': 'benchmarks',
92 'bench-branch-masm': 'benchmarks',
93 'bench-branch-link-masm': 'benchmarks',
108 benchmarks/bench-dataop.cc
111 benchmarks/bench-branch.cc
114 benchmarks/bench-branch-link.cc
117 benchmarks/bench-branch-masm.cc
120 benchmarks/bench-branch-link-masm.cc
[all …]
DREADME.md143 There are three very basic benchmarks provided with VIXL:
149 Build these benchmarks using `scons bench-dataop`, `scons bench-branch` and
153 benchmarks do not report a result; time them using the UNIX `time` command.
155 Build the benchmarks natively for execution on an AArch64 target using `scons
/external/v8/test/perf-test/Collections/
Dbase.js62 function BenchmarkSuite(name, reference, benchmarks) { argument
65 this.benchmarks = benchmarks;
160 result += suites[i].benchmarks.length;
321 var length = this.benchmarks.length;
333 suite.benchmarks[index].Setup();
346 data = suite.RunSingleBenchmark(suite.benchmarks[index], data);
357 suite.benchmarks[index++].TearDown();
/external/regex-re2/util/
Dbenchmark.cc15 static Benchmark* benchmarks[10000]; variable
19 benchmarks[nbenchmarks] = this; in Register()
146 Benchmark* b = benchmarks[i]; in main()
/external/valgrind/docs/internals/
DSPEC-notes.txt3 I've been running the SPEC CPU 2006 benchmarks under valgrind (doing some
6 There are two benchmarks that have issues, and I thought I'd share them
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/
DCHANGES18 *) Updated benchmarks
67 *) Updated benchmarks, added slimit and removed jsmin v8 (because it produced
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DHttpClient.java16 package com.squareup.okhttp.benchmarks;
DClient.java16 package com.squareup.okhttp.benchmarks;
DSynchronousHttpClient.java16 package com.squareup.okhttp.benchmarks;
DOkHttp.java16 package com.squareup.okhttp.benchmarks;
DUrlConnection.java16 package com.squareup.okhttp.benchmarks;
DApacheHttpClient.java16 package com.squareup.okhttp.benchmarks;
DOkHttpAsync.java16 package com.squareup.okhttp.benchmarks;
/external/skia/site/dev/testing/
Dct.md18 …ou to run [telemetry](https://www.chromium.org/developers/telemetry)'s benchmarks, lua scripts and…
21 …aches, has since grown to ~900k and now supports running all telemetry benchmarks. The top level f…
23benchmarks at a click of a button; results are emailed to the requester and the web application co…
/external/okhttp/benchmarks/
DREADME.md7 1. If you made modifications to `com.squareup.okhttp.benchmarks.Benchmark` run `mvn compile`.
/external/llvm/test/DebugInfo/Sparc/
Dgnu-window-save.ll59 !1 = !MDFile(filename: "hello.c", directory: "/home/venkatra/work/benchmarks/test/hello")
63 !5 = !MDFile(filename: "hello.c", directory: "/home/venkatra/work/benchmarks/test/hello")
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DCHANGES5 *) Updated benchmarks
/external/compiler-rt/lib/asan/tests/
DCMakeLists.txt156 # ASan benchmarks (not actively used now).
158 set_target_properties(AsanBenchmarks PROPERTIES FOLDER "Asan benchmarks")
184 # Adds ASan unit tests and benchmarks for architecture.
/external/vixl/tools/
Dpresubmit.py240 benchmarks = ['bench-dataop', 'bench-branch', 'bench-branch-link',
243 for bench in benchmarks:
/external/eigen/bench/
DREADME.txt2 This folder contains a couple of benchmark utities and Eigen benchmarks.
/external/valgrind/perf/
DREADME2 Notes about performance benchmarks

12