HomeSort by relevance Sort by last modified time
    Searched refs:reps (Results 76 - 100 of 284) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/benchmarks/src/benchmarks/regression/
IntegerBenchmark.java 20 public int timeLongSignumBranch(int reps) {
22 for (int i = 0; i < reps; ++i) {
30 public int timeLongSignumBranchFree(int reps) {
32 for (int i = 0; i < reps; ++i) {
48 public int timeLongBitCount_BitSet(int reps) {
50 for (int i = 0; i < reps; ++i) {
74 public int timeLongBitCount_2Int(int reps) {
76 for (int i = 0; i < reps; ++i) {
88 public int timeLongBitCount_Long(int reps) {
90 for (int i = 0; i < reps; ++i)
    [all...]
ProviderBenchmark.java 24 public void timeStableProviders(int reps) throws Exception {
25 for (int i = 0; i < reps; ++i) {
30 public void timeWithNewProvider(int reps) throws Exception {
31 for (int i = 0; i < reps; ++i) {
SimpleDateFormatBenchmark.java 33 public void time_createFormatWithTimeZone(int reps) {
34 for (int i = 0; i < reps; i++) {
39 public void time_parseWithTimeZoneShort(int reps) throws ParseException {
41 for (int i = 0; i < reps; i++) {
46 public void time_parseWithTimeZoneLong(int reps) throws ParseException {
48 for (int i = 0; i < reps; i++) {
53 public void time_parseWithoutTimeZone(int reps) throws ParseException {
55 for (int i = 0; i < reps; i++) {
60 public void time_createAndParseWithTimeZoneShort(int reps) throws ParseException {
61 for (int i = 0; i < reps; i++)
    [all...]
ByteBufferBenchmark.java 84 public void timeByteBuffer_getByte(int reps) throws Exception {
86 for (int rep = 0; rep < reps; ++rep) {
94 public void timeByteBuffer_getByteArray(int reps) throws Exception {
97 for (int rep = 0; rep < reps; ++rep) {
105 public void timeByteBuffer_getByte_indexed(int reps) throws Exception {
107 for (int rep = 0; rep < reps; ++rep) {
115 public void timeByteBuffer_getChar(int reps) throws Exception {
117 for (int rep = 0; rep < reps; ++rep) {
125 public void timeCharBuffer_getCharArray(int reps) throws Exception {
128 for (int rep = 0; rep < reps; ++rep)
    [all...]
CharsetBenchmark.java 41 public void time_new_String_BString(int reps) throws Exception {
43 for (int i = 0; i < reps; ++i) {
48 public void time_new_String_BII(int reps) throws Exception {
50 for (int i = 0; i < reps; ++i) {
55 public void time_new_String_BIIString(int reps) throws Exception {
57 for (int i = 0; i < reps; ++i) {
62 public void time_String_getBytes(int reps) throws Exception {
64 for (int i = 0; i < reps; ++i) {
CharsetForNameBenchmark.java 39 public void timeCharsetForName(int reps) throws Exception {
40 for (int i = 0; i < reps; ++i) {
CollatorBenchmark.java 28 public void timeCollatorPrimary(int reps) {
30 for (int i = 0; i < reps; i++) {
37 public void timeCollatorSecondary(int reps) {
39 for (int i = 0; i < reps; i++) {
46 public void timeCollatorTertiary(int reps) {
48 for (int i = 0; i < reps; i++) {
55 public void timeCollatorIdentical(int reps) {
57 for (int i = 0; i < reps; i++) {
DecimalFormatSymbolsBenchmark.java 25 public void time_instantiation(int reps) {
26 for (int i = 0; i < reps; i++) {
DnsBenchmark.java 23 public void timeDns(int reps) throws Exception {
41 for (int i = 0; i < reps; ++i) {
DoPrivilegedBenchmark.java 23 public void timeDirect(int reps) throws Exception {
24 for (int i = 0; i < reps; ++i) {
29 public void timeFastAndSlow(int reps) throws Exception {
30 for (int i = 0; i < reps; ++i) {
44 public void timeNewAction(int reps) throws Exception {
45 for (int i = 0; i < reps; ++i) {
54 public void timeReusedAction(int reps) throws Exception {
56 for (int i = 0; i < reps; ++i) {
NumberFormatBenchmark.java 26 public void time_instantiation(int reps) {
27 for (int i = 0; i < reps; i++) {
RelativeDateTimeFormatterBenchmark.java 27 public void timeRelativeDateTimeFormatter_getRelativeTimeSpanString(int reps) throws Exception {
32 for (int rep = 0; rep < reps; ++rep) {
37 public void timeRelativeDateTimeFormatter_getRelativeTimeSpanString_ABBREV(int reps) throws Exception {
42 for (int rep = 0; rep < reps; ++rep) {
47 public void timeRelativeDateTimeFormatter_getRelativeDateTimeString(int reps) throws Exception {
52 for (int rep = 0; rep < reps; ++rep) {
57 public void timeRelativeDateTimeFormatter_getRelativeDateTimeString_ABBREV(int reps) throws Exception {
62 for (int rep = 0; rep < reps; ++rep) {
MessageDigestBenchmark.java 64 public void time(int reps) throws Exception {
65 for (int i = 0; i < reps; ++i) {
73 public void timeLargeArray(int reps) throws Exception {
74 for (int i = 0; i < reps; ++i) {
82 public void timeSmallChunkOfLargeArray(int reps) throws Exception {
83 for (int i = 0; i < reps; ++i) {
91 public void timeSmallByteBuffer(int reps) throws Exception {
92 for (int i = 0; i < reps; ++i) {
102 public void timeSmallDirectByteBuffer(int reps) throws Exception {
103 for (int i = 0; i < reps; ++i)
    [all...]
  /libcore/benchmarks/src/benchmarks/
ReferenceBenchmark.java 33 public void timeAlloc(int reps) {
35 for (int i = 0; i < reps; i++) {
41 public void timeAllocAndEnqueue(int reps) {
43 for (int i = 0; i < reps; i++) {
49 public void timeAllocEnqueueAndPoll(int reps) {
51 for (int i = 0; i < reps; i++) {
54 for (int i = 0; i < reps; i++) {
60 public void timeAllocEnqueueAndRemove(int reps) {
62 for (int i = 0; i < reps; i++) {
65 for (int i = 0; i < reps; i++)
    [all...]
  /art/benchmark/scoped-primitive-array/
scoped_primitive_array.cc 21 JNIEnv* env, jclass, int reps, jbyteArray arr) {
23 for (jint i = 0; i < reps; ++i) {
31 JNIEnv* env, jclass, int reps, jshortArray arr) {
33 for (jint i = 0; i < reps; ++i) {
41 JNIEnv* env, jclass, int reps, jintArray arr) {
43 for (jint i = 0; i < reps; ++i) {
51 JNIEnv* env, jclass, int reps, jlongArray arr) {
53 for (jint i = 0; i < reps; ++i) {
  /external/caliper/examples/src/main/java/examples/
MessageDigestCreationBenchmark.java 33 @Benchmark void time(int reps) throws Exception {
35 for (int i = 0; i < reps; i++) {
ListModificationBenchmark.java 66 @Benchmark void populate(int reps) throws Exception {
67 for (int rep = 0; rep < reps; rep++) {
75 @Benchmark void iteration(int reps) {
76 for (int rep = 0; rep < reps; rep++) {
84 @Benchmark void headAddRemove(int reps) {
85 for (int rep = 0; rep < reps; rep++) {
91 @Benchmark void middleAddRemove(int reps) {
93 for (int rep = 0; rep < reps; rep++) {
99 @Benchmark void tailAddRemove(int reps) {
101 for (int rep = 0; rep < reps; rep++)
    [all...]
ListIterationBenchmark.java 54 @Benchmark int listIteration(int reps) {
56 for (int i = 0; i < reps; i++) {
64 @Benchmark int arrayIteration(int reps) {
66 for (int i = 0; i < reps; i++) {
  /external/valgrind/none/tests/
bigcode.stdout.exp 1 mode 1: 20000 copies of f(), 1 reps
  /frameworks/base/core/tests/benchmarks/src/android/content/res/
ResourcesBenchmark.java 56 public void timeGetString(int reps) {
57 for (int i = 0; i < reps; i++) {
62 public void timeGetColor(int reps) {
63 for (int i = 0; i < reps; i++) {
68 public void timeGetInteger(int reps) {
69 for (int i = 0; i < reps; i++) {
74 public void timeGetLayoutAndTraverse(int reps) throws Exception {
75 for (int i = 0; i < reps; i++) {
  /frameworks/base/core/tests/benchmarks/src/android/os/
StrictModeBenchmark.java 26 public void timeToggleThreadPolicy(int reps) {
27 for (int i = 0; i < reps; i++) {
FileUtilsBenchmark.java 53 public void timeRegularUserspace(int reps) throws Exception {
54 for (int i = 0; i < reps; i++) {
62 public void timeRegularSendfile(int reps) throws Exception {
63 for (int i = 0; i < reps; i++) {
71 public void timePipeSourceUserspace(int reps) throws Exception {
72 for (int i = 0; i < reps; i++) {
80 public void timePipeSourceSplice(int reps) throws Exception {
81 for (int i = 0; i < reps; i++) {
89 public void timePipeSinkUserspace(int reps) throws Exception {
90 for (int i = 0; i < reps; i++)
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 35 reps = r;
38 iterations.reserve(reps);
57 return (iterations.size() < reps);
63 return 1.0/iterations[reps/2];
66 unsigned int reps; // Number of trials member in class:STL_Timer
  /external/guava/guava-tests/benchmark/com/google/common/primitives/
UnsignedLongsBenchmark.java 52 @Benchmark long divide(int reps) {
54 for (int i = 0; i < reps; i++) {
61 @Benchmark long remainder(int reps) {
63 for (int i = 0; i < reps; i++) {
70 @Benchmark long parseUnsignedLong(int reps) {
72 // Given that we make three calls per pass, we scale reps down in order
74 int scaledReps = reps / 3 + 1;
84 @Benchmark long parseDecode10(int reps) {
86 for (int i = 0; i < reps; i++) {
93 @Benchmark long parseDecode16(int reps) {
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java 39 private final int reps; field in class:AllocationStats
45 * number of {@code reps} passed to the benchmark method.
47 AllocationStats(int allocationCount, long allocationSize, int reps) {
48 this(allocationCount, allocationSize, reps, ImmutableMultiset.<Allocation>of());
53 * {@code reps} passed to the benchmark method.
55 AllocationStats(Collection<Allocation> allocations, int reps) {
56 this(allocations.size(), Allocation.getTotalSize(allocations), reps, local
60 private AllocationStats(int allocationCount, long allocationSize, int reps,
66 checkArgument(reps >= 0, "reps (%s) was negative", reps)
181 private final int reps; field in class:AllocationStats.Delta
    [all...]

Completed in 624 milliseconds

1 2 34 5 6 7 8 91011>>