HomeSort by relevance Sort by last modified time
    Searched full:benchmark (Results 576 - 600 of 2250) sorted by null

<<21222324252627282930>>

  /external/libcxx/utils/google-benchmark/tools/gbench/
util.py 71 err_msg = "'%s' does not name a valid benchmark executable or JSON file" % filename
110 Read benchmark output from a file and return the JSON object.
111 REQUIRES: 'fname' names a file containing JSON benchmark output.
119 Run a benchmark specified by 'exe_name' with the specified
120 'benchmark_flags'. The benchmark is run directly as a subprocess to preserve
122 RETURNS: A JSON object representing the benchmark output
148 Get the results for a specified benchmark. If 'filename' specifies
149 an executable benchmark then the results are generated by running the
150 benchmark. Otherwise 'filename' must name a valid JSON output file,
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
UrlConnection.java 34 @Override public void prepare(Benchmark benchmark) {
35 super.prepare(benchmark);
36 if (benchmark.tls) {
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 26 import org.openjdk.jmh.annotations.Benchmark;
54 @State(Scope.Benchmark)
64 * Each benchmark thread maintains three buffers; a receive buffer, a process buffer
74 * and reused throughout the benchmark in order to eliminate GC effects.
80 * There are two types of benchmark tests; hot tests are "pedal to the metal" and
90 * Benchmark threads do not explicitly communicate between each other (except to sync
93 * We simulate think time for each benchmark thread by parking the thread for a
98 @Benchmark
104 @Benchmark
110 @Benchmark
    [all...]
  /external/protobuf/benchmarks/
benchmarks.proto 36 // Name of the benchmark dataset. This should be unique across all datasets.
52 // while (!benchmarkDone) { // Benchmark runner decides when to exit.
53 // for (i = 0; i < benchmark.payload.length; i++) {
54 // parse(benchmark.payload[i])
  /external/skia/bench/
AAClipBench.cpp 8 #include "Benchmark.h"
19 class AAClipBench : public Benchmark {
83 typedef Benchmark INHERITED;
89 class NestedAAClipBench : public Benchmark {
170 typedef Benchmark INHERITED;
174 class AAClipBuilderBench : public Benchmark {
212 typedef Benchmark INHERITED;
216 class AAClipRegionBench : public Benchmark {
242 typedef Benchmark INHERITED;
BlurRoundRectBench.cpp 8 #include "Benchmark.h"
21 // Large blurred RR appear frequently on web pages. This benchmark measures our
23 class BlurRoundRectBench : public Benchmark {
80 typedef Benchmark INHERITED;
PDFBench.cpp 8 #include "Benchmark.h"
21 struct WStreamWriteTextBenchmark : public Benchmark {
42 struct PDFScalarBench : public Benchmark {
80 class PDFImageBench : public Benchmark {
119 class PDFJpegImageBench : public Benchmark {
158 class PDFCompressionBench : public Benchmark {
186 struct PDFColorComponentBench : public Benchmark {
201 struct PDFShaderBench : public Benchmark {
226 struct WritePDFTextBenchmark : public Benchmark {
PictureOverheadBench.cpp 8 // A benchmark designed to isolate the constant overheads of picture recording.
11 #include "Benchmark.h"
18 struct PictureOverheadBench : public Benchmark {
67 class ClipOverheadRecordingBench : public Benchmark {
Sk4fBench.cpp 8 #include "Benchmark.h"
16 struct Sk4fRoundtripBench : public Benchmark {
43 struct Sk4fFloorBench : public Benchmark {
59 struct Sk4fGradientBench : public Benchmark {
  /external/skqp/bench/
AAClipBench.cpp 8 #include "Benchmark.h"
19 class AAClipBench : public Benchmark {
83 typedef Benchmark INHERITED;
89 class NestedAAClipBench : public Benchmark {
170 typedef Benchmark INHERITED;
174 class AAClipBuilderBench : public Benchmark {
212 typedef Benchmark INHERITED;
216 class AAClipRegionBench : public Benchmark {
242 typedef Benchmark INHERITED;
BlurRoundRectBench.cpp 8 #include "Benchmark.h"
21 // Large blurred RR appear frequently on web pages. This benchmark measures our
23 class BlurRoundRectBench : public Benchmark {
80 typedef Benchmark INHERITED;
PDFBench.cpp 8 #include "Benchmark.h"
21 struct WStreamWriteTextBenchmark : public Benchmark {
42 struct PDFScalarBench : public Benchmark {
80 class PDFImageBench : public Benchmark {
119 class PDFJpegImageBench : public Benchmark {
158 class PDFCompressionBench : public Benchmark {
186 struct PDFColorComponentBench : public Benchmark {
201 struct PDFShaderBench : public Benchmark {
226 struct WritePDFTextBenchmark : public Benchmark {
PictureOverheadBench.cpp 8 // A benchmark designed to isolate the constant overheads of picture recording.
11 #include "Benchmark.h"
18 struct PictureOverheadBench : public Benchmark {
67 class ClipOverheadRecordingBench : public Benchmark {
Sk4fBench.cpp 8 #include "Benchmark.h"
16 struct Sk4fRoundtripBench : public Benchmark {
43 struct Sk4fFloorBench : public Benchmark {
59 struct Sk4fGradientBench : public Benchmark {
  /external/tensorflow/tensorflow/docs_src/community/
index.md 14 running a TensorFlow benchmark.
  /external/toolchain-utils/crosperf/
mock_instance.py 8 from benchmark import Benchmark
38 benchmark1 = Benchmark('benchmark1', 'autotest_name_1', 'autotest_args', 2, '',
41 benchmark2 = Benchmark('benchmark2', 'autotest_name_2', 'autotest_args', 2, '',
  /frameworks/base/core/tests/benchmarks/src/android/text/util/
LinkifyBenchmark.java 21 import com.google.caliper.Benchmark;
65 @Benchmark
73 @Benchmark
81 @Benchmark
  /frameworks/base/libs/androidfw/tests/
SparseEntry_bench.cpp 27 static void BM_SparseEntryGetResourceOldSparse(benchmark::State& state, uint32_t resid) {
36 static void BM_SparseEntryGetResourceOldNotSparse(benchmark::State& state, uint32_t resid) {
45 static void BM_SparseEntryGetResourceSparse(benchmark::State& state, uint32_t resid) {
54 static void BM_SparseEntryGetResourceNotSparse(benchmark::State& state, uint32_t resid) {
  /frameworks/base/tests/JankBench/app/src/main/
AndroidManifest.xml 17 package="com.android.benchmark">
45 <action android:name="com.android.benchmark.ACTION_BENCHMARK" />
49 android:name="com.android.benchmark.benchmark_group"
50 android:resource="@xml/benchmark" />
  /hardware/interfaces/tests/libhwbinder/1.0/default/
Benchmark.h 18 struct Benchmark : public IBenchmark {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.1.golden 20 testdata/benchmark.go
48 var benchTime = flag.Duration("test.benchtime", 1*time.Second, "approximate run time for each benchmark")
111 // B is a type passed to Benchmark functions to manage benchmark ...
115 benchmark InternalBenchmark
148 // ResetTimer sets the elapsed benchmark time to zero. It does not ...
160 // launch launches the benchmark function. It gradually increases ...
169 // run times the benchmark function in a separate goroutine.
172 // runN runs a single benchmark for the specified number of ...
175 // trimOutput shortens the output from a benchmark, which can be ..
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.1.golden 20 testdata/benchmark.go
48 var benchTime = flag.Duration("test.benchtime", 1*time.Second, "approximate run time for each benchmark")
111 // B is a type passed to Benchmark functions to manage benchmark ...
115 benchmark InternalBenchmark
148 // ResetTimer sets the elapsed benchmark time to zero. It does not ...
160 // launch launches the benchmark function. It gradually increases ...
169 // run times the benchmark function in a separate goroutine.
172 // runN runs a single benchmark for the specified number of ...
175 // trimOutput shortens the output from a benchmark, which can be ..
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
util.py 71 err_msg = "'%s' does not name a valid benchmark executable or JSON file" % filename
110 Read benchmark output from a file and return the JSON object.
111 REQUIRES: 'fname' names a file containing JSON benchmark output.
119 Run a benchmark specified by 'exe_name' with the specified
120 'benchmark_flags'. The benchmark is run directly as a subprocess to preserve
122 RETURNS: A JSON object representing the benchmark output
148 Get the results for a specified benchmark. If 'filename' specifies
149 an executable benchmark then the results are generated by running the
150 benchmark. Otherwise 'filename' must name a valid JSON output file,
  /test/vts-testcase/performance/fmq_benchmark/
FmqPerformanceTest.py 35 # Latency threshold for the benchmark, unit: nanoseconds.
68 """A testcase which runs the 32-bit benchmark."""
72 """A testcase which runs the 64-bit benchmark."""
82 # Start the benchmark service.
83 logging.info("Start the benchmark service(%s bit mode)", bits)
94 "Failed to start the benchmark service.")
96 # Runs the benchmark.
97 logging.info("Start to run the benchmark (%s bit mode)", bits)
106 # Stop the benchmark service.
  /toolchain/benchmark/
config.py 5 """Configuration file for the benchmark suite."""
46 # The benchmark results will be saved in bench_suite_dir.
64 'Panorama': 'packages/apps/LegacyCamera/benchmark/',
92 # Directories used in the benchmark suite

Completed in 912 milliseconds

<<21222324252627282930>>