Searched refs:reps (Results 51 - 75 of 90) sorted by relevance

1234

/libcore/benchmarks/src/benchmarks/regression/
H A DProviderBenchmark.java24 public void timeStableProviders(int reps) throws Exception { argument
25 for (int i = 0; i < reps; ++i) {
30 public void timeWithNewProvider(int reps) throws Exception { argument
31 for (int i = 0; i < reps; ++i) {
H A DByteBufferBenchmark.java84 public void timeByteBuffer_getByte(int reps) throws Exception { argument
86 for (int rep = 0; rep < reps; ++rep) {
94 public void timeByteBuffer_getByteArray(int reps) throws Exception { argument
97 for (int rep = 0; rep < reps; ++rep) {
105 public void timeByteBuffer_getByte_indexed(int reps) throws Exception { argument
107 for (int rep = 0; rep < reps; ++rep) {
115 public void timeByteBuffer_getChar(int reps) throws Exception { argument
117 for (int rep = 0; rep < reps; ++rep) {
125 public void timeCharBuffer_getCharArray(int reps) throws Exception { argument
128 for (int rep = 0; rep < reps;
136 timeByteBuffer_getChar_indexed(int reps) argument
146 timeByteBuffer_getDouble(int reps) argument
156 timeDoubleBuffer_getDoubleArray(int reps) argument
167 timeByteBuffer_getFloat(int reps) argument
177 timeFloatBuffer_getFloatArray(int reps) argument
188 timeByteBuffer_getInt(int reps) argument
198 timeIntBuffer_getIntArray(int reps) argument
209 timeByteBuffer_getLong(int reps) argument
219 timeLongBuffer_getLongArray(int reps) argument
230 timeByteBuffer_getShort(int reps) argument
240 timeShortBuffer_getShortArray(int reps) argument
255 timeByteBuffer_putByte(int reps) argument
265 timeByteBuffer_putByteArray(int reps) argument
276 timeByteBuffer_putChar(int reps) argument
286 timeCharBuffer_putCharArray(int reps) argument
297 timeByteBuffer_putDouble(int reps) argument
307 timeDoubleBuffer_putDoubleArray(int reps) argument
318 timeByteBuffer_putFloat(int reps) argument
328 timeFloatBuffer_putFloatArray(int reps) argument
339 timeByteBuffer_putInt(int reps) argument
349 timeIntBuffer_putIntArray(int reps) argument
360 timeByteBuffer_putLong(int reps) argument
370 timeLongBuffer_putLongArray(int reps) argument
381 timeByteBuffer_putShort(int reps) argument
391 timeShortBuffer_putShortArray(int reps) argument
[all...]
H A DCharsetBenchmark.java41 public void time_new_String_BString(int reps) throws Exception { argument
43 for (int i = 0; i < reps; ++i) {
48 public void time_new_String_BII(int reps) throws Exception { argument
50 for (int i = 0; i < reps; ++i) {
55 public void time_new_String_BIIString(int reps) throws Exception { argument
57 for (int i = 0; i < reps; ++i) {
62 public void time_String_getBytes(int reps) throws Exception { argument
64 for (int i = 0; i < reps; ++i) {
H A DCharsetForNameBenchmark.java39 public void timeCharsetForName(int reps) throws Exception { argument
40 for (int i = 0; i < reps; ++i) {
H A DCollatorBenchmark.java28 public void timeCollatorPrimary(int reps) { argument
30 for (int i = 0; i < reps; i++) {
37 public void timeCollatorSecondary(int reps) { argument
39 for (int i = 0; i < reps; i++) {
46 public void timeCollatorTertiary(int reps) { argument
48 for (int i = 0; i < reps; i++) {
55 public void timeCollatorIdentical(int reps) { argument
57 for (int i = 0; i < reps; i++) {
H A DDnsBenchmark.java23 public void timeDns(int reps) throws Exception { argument
41 for (int i = 0; i < reps; ++i) {
H A DDoPrivilegedBenchmark.java23 public void timeDirect(int reps) throws Exception { argument
24 for (int i = 0; i < reps; ++i) {
29 public void timeFastAndSlow(int reps) throws Exception { argument
30 for (int i = 0; i < reps; ++i) {
44 public void timeNewAction(int reps) throws Exception { argument
45 for (int i = 0; i < reps; ++i) {
54 public void timeReusedAction(int reps) throws Exception { argument
56 for (int i = 0; i < reps; ++i) {
H A DRelativeDateTimeFormatterBenchmark.java27 public void timeRelativeDateTimeFormatter_getRelativeTimeSpanString(int reps) throws Exception { argument
32 for (int rep = 0; rep < reps; ++rep) {
37 public void timeRelativeDateTimeFormatter_getRelativeTimeSpanString_ABBREV(int reps) throws Exception { argument
42 for (int rep = 0; rep < reps; ++rep) {
47 public void timeRelativeDateTimeFormatter_getRelativeDateTimeString(int reps) throws Exception { argument
52 for (int rep = 0; rep < reps; ++rep) {
57 public void timeRelativeDateTimeFormatter_getRelativeDateTimeString_ABBREV(int reps) throws Exception { argument
62 for (int rep = 0; rep < reps; ++rep) {
H A DIdnBenchmark.java23 public void timeToUnicode(int reps) { argument
24 for (int i = 0; i < reps; i++) {
37 public void timeToAscii(int reps) { argument
38 for (int i = 0; i < reps; i++) {
H A DStringEqualsBenchmark.java197 public void timeEqualsNull(int reps) { argument
198 for (int rep = 0; rep < reps; ++rep) {
206 public void timeEqualsShort(int reps) { argument
207 for (int rep = 0; rep < reps; ++rep) {
215 public void timeEqualsMedium(int reps) { argument
216 for (int rep = 0; rep < reps; ++rep) {
224 public void timeEqualsLong(int reps) { argument
225 for (int rep = 0; rep < reps; ++rep) {
233 public void timeEqualsVeryLong(int reps) { argument
234 for (int rep = 0; rep < reps;
242 timeEqualsNonWordAligned(int reps) argument
251 timeEqualsEnd(int reps) argument
260 timeEqualsNonString(int reps) argument
[all...]
H A DByteBufferScalarVersusVectorBenchmark.java27 public void timeManualByteBufferCopy(int reps) throws Exception { argument
30 for (int rep = 0; rep < reps; ++rep) {
39 public void timeByteBufferBulkGet(int reps) throws Exception { argument
42 for (int rep = 0; rep < reps; ++rep) {
48 public void timeDirectByteBufferBulkGet(int reps) throws Exception { argument
51 for (int rep = 0; rep < reps; ++rep) {
H A DDateIntervalFormatBenchmark.java26 public void timeDateIntervalFormat_formatDateRange_DATE(int reps) throws Exception { argument
31 for (int rep = 0; rep < reps; ++rep) {
36 public void timeDateIntervalFormat_formatDateRange_TIME(int reps) throws Exception { argument
41 for (int rep = 0; rep < reps; ++rep) {
46 public void timeDateIntervalFormat_formatDateRange_DATE_TIME(int reps) throws Exception { argument
51 for (int rep = 0; rep < reps; ++rep) {
H A DEqualsHashCodeBenchmark.java63 public void timeEquals(int reps) { argument
64 for (int i = 0; i < reps; i+=3) {
71 public void timeHashCode(int reps) { argument
72 for (int i = 0; i < reps; i+=2) {
78 public void timeEqualsWithHeavilyEscapedComponent(int reps) { argument
79 for (int i = 0; i < reps; ++i) {
H A DStringCaseMappingBenchmark.java74 public void timeToUpperCase_US(int reps) { argument
75 for (int i = 0; i < reps; ++i) {
81 public void timeToUpperCase_el_GR(int reps) { argument
83 for (int i = 0; i < reps; ++i) {
88 public void timeToLowerCase_US(int reps) { argument
89 for (int i = 0; i < reps; ++i) {
94 public void timeToUpperCase_Ascii(int reps) { argument
95 for (int i = 0; i < reps; ++i) {
100 public void timeToLowerCase_Ascii(int reps) { argument
101 for (int i = 0; i < reps;
106 timeToUpperCase_ICU(int reps) argument
112 timeToLowerCase_ICU(int reps) argument
[all...]
H A DJarFileBenchmark.java31 public void time(int reps) throws Exception { argument
33 for (int i = 0; i < reps; ++i) {
H A DMessageDigestBenchmark.java40 public void time(int reps) throws Exception { argument
41 for (int i = 0; i < reps; ++i) {
H A DSSLLoopbackBenchmark.java26 public void time(int reps) throws Exception { argument
27 for (int i = 0; i < reps; ++i) {
H A DStringBenchmark.java40 public void timeHashCode(int reps) { argument
41 for (int i = 0; i < reps; ++i) {
H A DXmlEntitiesBenchmark.java57 public void timeXmlParser(int reps) throws Exception { argument
58 for (int i = 0; i < reps; i++) {
66 public void timeDocumentBuilder(int reps) throws Exception { argument
67 for (int i = 0; i < reps; i++) {
H A DKeyPairGeneratorBenchmark.java57 public void time(int reps) throws Exception { argument
58 for (int i = 0; i < reps; ++i) {
/libcore/benchmarks/src/benchmarks/
H A DReferenceBenchmark.java33 public void timeAlloc(int reps) { argument
35 for (int i = 0; i < reps; i++) {
41 public void timeAllocAndEnqueue(int reps) { argument
43 for (int i = 0; i < reps; i++) {
49 public void timeAllocEnqueueAndPoll(int reps) { argument
51 for (int i = 0; i < reps; i++) {
54 for (int i = 0; i < reps; i++) {
60 public void timeAllocEnqueueAndRemove(int reps) { argument
62 for (int i = 0; i < reps; i++) {
65 for (int i = 0; i < reps;
76 timeAllocImplicitEnqueueAndRemove(int reps) argument
106 timeFinalization(int reps) argument
[all...]
H A DReferenceGetBenchmark.java36 public void timeSoftReferenceGet(int reps) throws Exception { argument
38 for (int i = 0; i < reps; i++) {
43 public void timeWeakReferenceGet(int reps) throws Exception { argument
45 for (int i = 0; i < reps; i++) {
50 public void timeNonPreservedWeakReferenceGet(int reps) throws Exception { argument
54 for (int i = 0; i < reps; i++) {
H A DXmlParseBenchmark.java85 public int timeSax(int reps) throws IOException, SAXException { argument
87 for (int i = 0; i < reps; i++) {
104 public int timeDom(int reps) throws IOException, SAXException { argument
106 for (int i = 0; i < reps; i++) {
125 public int timeExpat(int reps) throws Exception { argument
126 return testXmlPull(expatConstructor, reps);
129 public int timeKxml(int reps) throws Exception { argument
130 return testXmlPull(kxmlConstructor, reps);
133 private int testXmlPull(Constructor<? extends XmlPullParser> constructor, int reps) argument
136 for (int i = 0; i < reps;
[all...]
H A DXmlSerializeBenchmark.java95 private void internalTimeSerializer(Constructor<? extends XmlSerializer> ctor, int reps) argument
97 for (int i = 0; i < reps; i++) {
102 public void timeKxml(int reps) throws Exception { argument
103 internalTimeSerializer(kxmlConstructor, reps);
106 public void timeFast(int reps) throws Exception { argument
107 internalTimeSerializer(fastConstructor, reps);
H A DBufferedZipFileBenchmark.java56 public void timeUnbufferedRead(int reps) throws Exception { argument
57 for (int i = 0; i < reps; i++) {
69 public void timeBufferedRead(int reps) throws Exception { argument
70 for (int i = 0; i < reps; i++) {

Completed in 185 milliseconds

1234