HomeSort by relevance Sort by last modified time
    Searched full:microbenchmark (Results 1 - 15 of 15) sorted by null

  /external/autotest/client/tests/tracing_microbenchmark/
control 2 NAME = "Tracing microbenchmark"
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkMethods.java 76 "Microbenchmark methods must accept a single int parameter: " + timeMethod.getName());
82 "Microbenchmark methods must not be static: " + timeMethod.getName());
RuntimeInstrument.java 411 messages.add(String.format("INFO: This experiment does not require a microbenchmark. "
460 "This experiment requires a microbenchmark. "
463 + "Use the microbenchmark instrument for accurate measurements.",
AllocationInstrument.java 217 // Add microbenchmark args to minimize differences in the output
  /external/android-clat/
Android.mk 39 # Microbenchmark.
  /external/guava/guava-tests/benchmark/com/google/common/base/
SplitterBenchmark.java 25 * Microbenchmark for {@link Splitter#on} with char vs String with length == 1.
StringsRepeatBenchmark.java 25 * Microbenchmark for {@link Strings#repeat}
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 63 ImmutableSet.of("macrobenchmark", "microbenchmark", "picobenchmark", "integerParam"),
87 Method benchmarkMethod = RuntimeBenchmark.class.getDeclaredMethod("microbenchmark", int.class);
140 @Benchmark void microbenchmark(int reps) {} method in class:RuntimeInstrumentTest.RuntimeBenchmark
  /external/google-benchmark/
README.md 60 microbenchmark for each such argument.
66 You might have a microbenchmark that depends on two inputs. For
94 and will generate a microbenchmark for each such pair.
102 arbitrary set of arguments to run the microbenchmark on.
  /external/guava/guava-tests/benchmark/com/google/common/collect/
SetContainsBenchmark.java 28 * A microbenchmark that tests the performance of contains() on various Set
MapBenchmark.java 34 * A microbenchmark that tests the performance of get() and iteration on various map
  /external/guava/guava-tests/benchmark/com/google/common/primitives/
UnsignedBytesBenchmark.java 28 * Microbenchmark for {@link UnsignedBytes}.
  /external/google-benchmark/include/benchmark/
benchmark_api.h 54 // microbenchmark for each such argument.
57 // You might have a microbenchmark that depends on two inputs. For
82 // and will generate a microbenchmark for each such pair.
87 // arbitrary set of arguments to run the microbenchmark on.
  /external/guice/core/test/com/google/inject/
PerformanceComparison.java 34 * A semi-useless microbenchmark. Spring and Guice constuct the same object
  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 85 * We have published <a href="#noWeHaventYet">microbenchmark results</a> for many

Completed in 564 milliseconds