Searched defs:reps (Results 1 - 25 of 98) sorted by relevance

1234

/libcore/benchmarks/src/benchmarks/
H A DStringDexCacheBenchmark.java23 public int timeStringDexCacheAccess(int reps) { argument
25 for (int rep = 0; rep < reps; ++rep) {
H A DVirtualVersusInterfaceBenchmark.java27 public void timeMapPut(int reps) { argument
29 for (int i = 0; i < reps; ++i) {
33 public void timeHashMapPut(int reps) { argument
35 for (int i = 0; i < reps; ++i) {
H A DArrayCopyBenchmark.java22 public void timeManualArrayCopy(int reps) { argument
24 for (int rep = 0; rep < reps; ++rep) {
32 public void time_System_arrayCopy(int reps) { argument
34 for (int rep = 0; rep < reps; ++rep) {
40 public void time_Arrays_copyOf(int reps) { argument
42 for (int rep = 0; rep < reps; ++rep) {
47 public void time_Arrays_copyOfRange(int reps) { argument
49 for (int rep = 0; rep < reps; ++rep) {
H A DArrayIterationBenchmark.java27 public void timeArrayIteration(int reps) { argument
28 for (int rep = 0; rep < reps; ++rep) {
35 public void timeArrayIterationCached(int reps) { argument
36 for (int rep = 0; rep < reps; ++rep) {
46 public void timeArrayIterationForEach(int reps) { argument
47 for (int rep = 0; rep < reps; ++rep) {
H A DArrayListIterationBenchmark.java29 public void timeArrayListIterationIndexed(int reps) { argument
30 for (int rep = 0; rep < reps; ++rep) {
39 public void timeArrayListIterationForEach(int reps) { argument
40 for (int rep = 0; rep < reps; ++rep) {
H A DClassLoaderResourceBenchmark.java26 public void timeGetBootResource_hit(int reps) { argument
30 for (int rep = 0; rep < reps; ++rep) {
35 public void timeGetBootResource_miss(int reps) { argument
39 for (int rep = 0; rep < reps; ++rep) {
H A DMultiplicationBenchmark.java23 public int timeMultiplyIntByConstant10(int reps) { argument
25 for (int i = 0; i < reps; ++i) {
30 public int timeMultiplyIntByConstant8(int reps) { argument
32 for (int i = 0; i < reps; ++i) {
37 public int timeMultiplyIntByVariable10(int reps) { argument
40 for (int i = 0; i < reps; ++i) {
45 public int timeMultiplyIntByVariable8(int reps) { argument
48 for (int i = 0; i < reps; ++i) {
H A DStringIterationBenchmark.java23 public void timeStringIteration0(int reps) { argument
25 for (int rep = 0; rep < reps; ++rep) {
32 public void timeStringIteration1(int reps) { argument
34 for (int rep = 0; rep < reps; ++rep) {
41 public void timeStringIteration2(int reps) { argument
43 for (int rep = 0; rep < reps; ++rep) {
51 public void timeStringToCharArray(int reps) { argument
53 for (int rep = 0; rep < reps; ++rep) {
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++) {
/libcore/benchmarks/src/benchmarks/regression/
H A DDefaultCharsetBenchmark.java22 public void time_defaultCharset(int reps) throws Exception { argument
23 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 DSSLLoopbackBenchmark.java26 public void time(int reps) throws Exception { argument
27 for (int i = 0; i < reps; ++i) {
H A DSSLSocketFactoryBenchmark.java22 public void time(int reps) throws Exception { argument
23 for (int i = 0; i < reps; ++i) {
H A DStringLengthBenchmark.java20 public void timeLength(int reps) { argument
22 for (int i = 0; i < reps; ++i) {
H A DBigIntegerBenchmark.java23 public void timeRandomDivision(int reps) throws Exception { argument
27 for (int i = 0; i < reps; ++i) {
32 public void timeRandomGcd(int reps) throws Exception { argument
36 for (int i = 0; i < reps; ++i) {
41 public void timeRandomMultiplication(int reps) throws Exception { argument
45 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 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 DDecimalFormatSymbolsBenchmark.java25 public void time_instantiation(int reps) { argument
26 for (int i = 0; i < reps; i++) {
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 DJarFileBenchmark.java31 public void time(int reps) throws Exception { argument
33 for (int i = 0; i < reps; ++i) {
H A DLoopingBackwardsBenchmark.java29 public int timeForwards(int reps) { argument
31 for (int i = 0; i < reps; i++) {
39 public int timeBackwards(int reps) { argument
41 for (int i = 0; i < reps; i++) {
H A DNumberFormatBenchmark.java26 public void time_instantiation(int reps) { argument
27 for (int i = 0; i < reps; i++) {
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 DStringToRealBenchmark.java34 public void timeFloat_parseFloat(int reps) { argument
35 for (int rep = 0; rep < reps; ++rep) {
40 public void timeDouble_parseDouble(int reps) { argument
41 for (int rep = 0; rep < reps; ++rep) {
H A DThreadLocalBenchmark.java26 public void timeThreadLocal_get(int reps) { argument
27 for (int rep = 0; rep < reps; ++rep) {

Completed in 114 milliseconds

1234