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

1 2 3 45 6 7 8 91011>>

  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkAllocationWorker.java 20 import com.google.caliper.runner.Running.Benchmark;
29 * The {@link Worker} for the {@code AllocationInstrument}. This class invokes the benchmark method
36 @Inject MacrobenchmarkAllocationWorker(@Benchmark Object benchmark,
38 super(benchmark, method);
44 measureAllocations(benchmark, benchmarkMethod);
48 return measureAllocations(benchmark, benchmarkMethod).toMeasurements();
51 private AllocationStats measureAllocations(Object benchmark, Method method) throws Exception {
53 method.invoke(benchmark);
  /external/autotest/client/tests/ffsb/
control 2 NAME = "Flexible Filesystem Benchmark (FFSB)"
3 TEST_CATEGORY = "Filesystem Benchmark"
8 The Flexible Filesystem Benchmark (FFSB) is a cross-platform
  /external/skia/bench/
ColorCodecBench.h 11 #include "Benchmark.h"
16 class ColorCodecBench : public Benchmark {
39 typedef Benchmark INHERITED;
BitmapRegionDecoderBench.h 11 #include "Benchmark.h"
19 * Benchmark Android's BitmapRegionDecoder for a particular colorType, sampleSize, and subset.
24 class BitmapRegionDecoderBench : public Benchmark {
43 typedef Benchmark INHERITED;
GMBench.h 10 #include "Benchmark.h"
15 * Runs a GM as a benchmark by repeatedly drawing the GM.
17 class GMBench : public Benchmark {
36 typedef Benchmark INHERITED;
  /external/skqp/bench/
ColorCodecBench.h 11 #include "Benchmark.h"
16 class ColorCodecBench : public Benchmark {
39 typedef Benchmark INHERITED;
BitmapRegionDecoderBench.h 11 #include "Benchmark.h"
19 * Benchmark Android's BitmapRegionDecoder for a particular colorType, sampleSize, and subset.
24 class BitmapRegionDecoderBench : public Benchmark {
43 typedef Benchmark INHERITED;
GMBench.h 10 #include "Benchmark.h"
15 * Runs a GM as a benchmark by repeatedly drawing the GM.
17 class GMBench : public Benchmark {
36 typedef Benchmark INHERITED;
  /prebuilts/go/darwin-x86/src/cmd/internal/test2json/testdata/
benchshort.json 1 {"Action":"output","Output":"# This file ends in an early EOF to trigger the Benchmark prefix test,\n"}
2 {"Action":"output","Output":"# which only happens when a benchmark prefix is seen ahead of the \\n.\n"}
3 {"Action":"output","Output":"# Normally that's due to the benchmark running and the \\n coming later,\n"}
  /prebuilts/go/linux-x86/src/cmd/internal/test2json/testdata/
benchshort.json 1 {"Action":"output","Output":"# This file ends in an early EOF to trigger the Benchmark prefix test,\n"}
2 {"Action":"output","Output":"# which only happens when a benchmark prefix is seen ahead of the \\n.\n"}
3 {"Action":"output","Output":"# Normally that's due to the benchmark running and the \\n coming later,\n"}
  /external/google-benchmark/test/
benchmark_test.cc 1 #include "benchmark/benchmark.h"
54 static void BM_Factorial(benchmark::State& state) {
62 BENCHMARK(BM_Factorial);
63 BENCHMARK(BM_Factorial)->UseRealTime();
65 static void BM_CalculatePiRange(benchmark::State& state) {
74 static void BM_CalculatePi(benchmark::State& state) {
77 benchmark::DoNotOptimize(CalculatePi(depth));
80 BENCHMARK(BM_CalculatePi)->Threads(8);
81 BENCHMARK(BM_CalculatePi)->ThreadRange(1, 32)
    [all...]
  /external/libcxx/utils/google-benchmark/test/
benchmark_test.cc 1 #include "benchmark/benchmark.h"
54 static void BM_Factorial(benchmark::State& state) {
62 BENCHMARK(BM_Factorial);
63 BENCHMARK(BM_Factorial)->UseRealTime();
65 static void BM_CalculatePiRange(benchmark::State& state) {
74 static void BM_CalculatePi(benchmark::State& state) {
77 benchmark::DoNotOptimize(CalculatePi(depth));
80 BENCHMARK(BM_CalculatePi)->Threads(8);
81 BENCHMARK(BM_CalculatePi)->ThreadRange(1, 32)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/
README.md 0 # benchmark
2 [![Build Status](https://travis-ci.org/google/benchmark.svg?branch=master)](https://travis-ci.org/google/benchmark)
3 [![Build status](https://ci.appveyor.com/api/projects/status/u0qsyp7t1tk7cpxs/branch/master?svg=true)](https://ci.appveyor.com/project/google/benchmark/branch/master)
4 [![Coverage Status](https://coveralls.io/repos/google/benchmark/badge.svg)](https://coveralls.io/r/google/benchmark)
8 Discussion group: https://groups.google.com/d/forum/benchmark-discuss
21 static void BM_StringCreation(benchmark::State& state) {
25 // Register the function as a benchmark
26 BENCHMARK(BM_StringCreation)
    [all...]
  /bionic/benchmarks/
inttypes_benchmark.cpp 19 #include <benchmark/benchmark.h>
22 void BM_inttypes_strtoimax(benchmark::State& state) {
29 void BM_inttypes_strtoumax(benchmark::State& state) {
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_emul.cfg 3 org.zeroxlab.benchmark
  /external/autotest/client/site_tests/graphics_SanAngeles/
control.hwqual 7 PURPOSE = 'Benchmark OpenGL object rendering.'
8 CRITERIA = 'This test is a benchmark. It will fail if it fails to complete.'
19 This test runs the San Angeles Observation GPU benchmark. This benchmark uses
  /external/google-benchmark/src/
counter.h 15 #include "benchmark/benchmark.h"
17 namespace benchmark { namespace
26 } //end namespace benchmark
  /external/google-benchmark/tools/gbench/
__init__.py 1 """Google Benchmark tooling"""
  /external/jemalloc/test/include/test/
timer.h 1 /* Simple timer, for use in benchmark reporting. */
  /external/jsilver/
build.gradle 7 exclude 'com/google/clearsilver/jsilver/benchmark/*.java'
  /external/libcxx/utils/google-benchmark/
README.LLVM 4 This directory contains the Google Benchmark source code with some unnecessary
  /external/libcxx/utils/google-benchmark/src/
counter.h 15 #include "benchmark/benchmark.h"
17 namespace benchmark { namespace
26 } //end namespace benchmark
  /external/libcxx/utils/google-benchmark/tools/gbench/
__init__.py 1 """Google Benchmark tooling"""
  /external/ltp/utils/ffsb-6.0-rc2/
public-description 1 The Flexible Filesystem Benchmark (FFSB) is a filesystem performance
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.test.-benchmark.pbtxt 1 path: "tensorflow.test.Benchmark"
3 is_instance: "<class \'tensorflow.python.platform.benchmark.TensorFlowBenchmark\'>"
4 is_instance: "<class \'tensorflow.python.platform.benchmark.Benchmark\'>"

Completed in 545 milliseconds

1 2 3 45 6 7 8 91011>>