Searched refs:benchmarks (Results 1 – 25 of 47) sorted by relevance
12
/external/okhttp/okio/benchmarks/ |
D | README.md | 4 … 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/ |
D | base.js | 66 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();
|
D | README.txt | 5 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/ |
D | readme.txt | 10 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/ |
D | SConstruct | 89 '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 …]
|
D | README.md | 143 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/ |
D | base.js | 62 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/ |
D | benchmark.cc | 15 static Benchmark* benchmarks[10000]; variable 19 benchmarks[nbenchmarks] = this; in Register() 146 Benchmark* b = benchmarks[i]; in main()
|
/external/valgrind/docs/internals/ |
D | SPEC-notes.txt | 3 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/ |
D | CHANGES | 18 *) Updated benchmarks 67 *) Updated benchmarks, added slimit and removed jsmin v8 (because it produced
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | HttpClient.java | 16 package com.squareup.okhttp.benchmarks;
|
D | Client.java | 16 package com.squareup.okhttp.benchmarks;
|
D | SynchronousHttpClient.java | 16 package com.squareup.okhttp.benchmarks;
|
D | OkHttp.java | 16 package com.squareup.okhttp.benchmarks;
|
D | UrlConnection.java | 16 package com.squareup.okhttp.benchmarks;
|
D | ApacheHttpClient.java | 16 package com.squareup.okhttp.benchmarks;
|
D | OkHttpAsync.java | 16 package com.squareup.okhttp.benchmarks;
|
/external/skia/site/dev/testing/ |
D | ct.md | 18 …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… 23 …benchmarks at a click of a button; results are emailed to the requester and the web application co…
|
/external/okhttp/benchmarks/ |
D | README.md | 7 1. If you made modifications to `com.squareup.okhttp.benchmarks.Benchmark` run `mvn compile`.
|
/external/llvm/test/DebugInfo/Sparc/ |
D | gnu-window-save.ll | 59 !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/ |
D | CHANGES | 5 *) Updated benchmarks
|
/external/compiler-rt/lib/asan/tests/ |
D | CMakeLists.txt | 156 # 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/ |
D | presubmit.py | 240 benchmarks = ['bench-dataop', 'bench-branch', 'bench-branch-link', 243 for bench in benchmarks:
|
/external/eigen/bench/ |
D | README.txt | 2 This folder contains a couple of benchmark utities and Eigen benchmarks.
|
/external/valgrind/perf/ |
D | README | 2 Notes about performance benchmarks
|
12