Searched
full:benchmark (Results
501 -
525 of
2250) sorted by null
<<21222324252627282930>>
/external/autotest/client/site_tests/graphics_GLBench/ |
control | 7 PURPOSE = 'Benchmark the graphics library performance.' 34 This benchmark executes glbench, a graphics benchmark designed to time how long
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
AllocationInstrument.java | 24 import com.google.caliper.Benchmark; 48 * benchmark method and reports some statistic. The benchmark method must accept a 50 * the benchmark method, and it must be public and non-static. 67 return method.isAnnotationPresent(Benchmark.class) || BenchmarkMethods.isTimeMethod(method); 86 throw new InvalidBenchmarkException("Benchmark methods must have no arguments or accept " 97 public void dryRun(Object benchmark) throws UserCodeException { 98 // execute the benchmark method, but don't try to take any measurements, because this JVM 101 benchmarkMethod.invoke(benchmark, 1); 138 public void dryRun(Object benchmark) throws InvalidBenchmarkException [all...] |
/external/caliper/examples/src/main/java/examples/ |
DemoBenchmark.java | 21 import com.google.caliper.Benchmark; 52 @Benchmark int something(int reps) { 60 @Benchmark int somethingElse(int reps) {
|
ListIterationBenchmark.java | 20 import com.google.caliper.Benchmark; 54 @Benchmark int listIteration(int reps) { 64 @Benchmark int arrayIteration(int reps) {
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
SplitterBenchmark.java | 20 import com.google.caliper.Benchmark; 44 @Benchmark void charSplitter(int reps) { 52 @Benchmark void stringSplitter(int reps) {
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
ChainBenchmark.java | 20 import com.google.caliper.Benchmark; 26 * Benchmark for {@code LocalCache.Segment.removeEntryFromChain}. 54 @Benchmark int time(int reps) {
|
SegmentBenchmark.java | 22 import com.google.caliper.Benchmark; 30 * Benchmark for {@code LocalCache.Segment.expand()}. 55 @Benchmark int time(int reps) {
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
HashMultisetAddPresentBenchmark.java | 18 import com.google.caliper.Benchmark; 27 * Benchmark for HashMultiset.add for an already-present element. 49 @Benchmark int add(int reps) {
|
/external/guava/guava-tests/benchmark/com/google/common/hash/ |
HashFunctionBenchmark.java | 20 import com.google.caliper.Benchmark; 29 * <p>Parameters for the benchmark are: 54 @Benchmark int hashFunction(int reps) {
|
/external/libyuv/files/unit_test/ |
unit_test.h | 131 int benchmark_pixels_div256_; // Total pixels to benchmark / 256. 132 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. 144 int benchmark_pixels_div256_; // Total pixels to benchmark / 256. 145 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. 157 int benchmark_pixels_div256_; // Total pixels to benchmark / 256. 158 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. 170 int benchmark_pixels_div256_; // Total pixels to benchmark / 256. 171 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. 183 int benchmark_pixels_div256_; // Total pixels to benchmark / 256. 184 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280 [all...] |
/external/okhttp/okio/benchmarks/ |
README.md | 15 This should create a `benchmarks.jar` file in the `target` directory, which is a typical JMH benchmark JAR: 37 This executes the "cold" buffer usage benchmark, using the default number of measurement and warm-up iterations, forks, and threads; it adjusts the thread count to 4, iteration time to 60 seconds, fixes the heap size at 1GB and profiles the benchmark using JMH's GC, Hotspot runtime and stack sampling profilers.
|
/external/python/cpython3/Tools/ |
README | 6 ccbench A Python threads-based concurrency benchmark. (*) 20 iobench Benchmark for the new Python I/O system. (*) 48 (*) A generic benchmark suite is maintained separately at https://github.com/python/performance
|
/external/skia/bench/ |
BigPathBench.cpp | 8 #include "Benchmark.h" 22 class BigPathBench : public Benchmark { 77 typedef Benchmark INHERITED;
|
BlurOccludedRRectBench.cpp | 8 #include "Benchmark.h" 16 class BlurOccludedRRectBench : public Benchmark { 82 typedef Benchmark INHERITED;
|
BlurRectsBench.cpp | 8 #include "Benchmark.h" 16 class BlurRectsBench : public Benchmark { 51 typedef Benchmark INHERITED;
|
CoverageBench.cpp | 8 #include "Benchmark.h" 18 class DrawPathBench : public Benchmark { 69 typedef Benchmark INHERITED;
|
DrawBitmapAABench.cpp | 7 #include "Benchmark.h" 19 class DrawBitmapAABench : public Benchmark { 54 typedef Benchmark INHERITED;
|
GrMipMapBench.cpp | 8 #include "Benchmark.h" 16 class GrMipMapBench: public Benchmark { 68 typedef Benchmark INHERITED;
|
ImageBench.cpp | 8 #include "Benchmark.h" 13 class Image2RasterBench : public Benchmark { 63 typedef Benchmark INHERITED;
|
MagnifierBench.cpp | 8 #include "Benchmark.h" 19 class MagnifierBench : public Benchmark { 80 typedef Benchmark INHERITED;
|
MatrixConvolutionBench.cpp | 7 #include "Benchmark.h" 23 class MatrixConvolutionBench : public Benchmark { 64 typedef Benchmark INHERITED;
|
MorphologyBench.cpp | 8 #include "Benchmark.h" 30 class MorphologyBench : public Benchmark { 86 typedef Benchmark INHERITED;
|
PathIterBench.cpp | 7 #include "Benchmark.h" 28 class PathIterBench : public Benchmark { 89 typedef Benchmark INHERITED;
|
RepeatTileBench.cpp | 7 #include "Benchmark.h" 35 class RepeatTileBench : public Benchmark { 77 typedef Benchmark INHERITED;
|
TableBench.cpp | 8 #include "Benchmark.h" 26 class TableBench : public Benchmark { 69 typedef Benchmark INHERITED;
|
Completed in 888 milliseconds
<<21222324252627282930>>