Searched defs:ncycles (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DBooleans.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DBytes.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DChars.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DDoubles.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DFloats.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DInts.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DLongs.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DShorts.java48 int ncycles = Integer.parseInt(args[1]);
55 doReps(oout, oin, sbuf, 1, ncycles); // warmup
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
72 for (int j = 0; j < ncycles; j++) {
76 for (int j = 0; j < ncycles; j++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DStrings.java50 int ncycles = Integer.parseInt(args[2]);
51 String[] strs = genStrings(slen, ncycles);
58 doReps(oout, oin, sbuf, strs, 1, ncycles); // warmup
61 doReps(oout, oin, sbuf, strs, nbatches, ncycles);
86 StreamBuffer sbuf, String[] strs, int nbatches, int ncycles)
92 for (int j = 0; j < ncycles; j++) {
96 for (int j = 0; j < ncycles; j++) {
85 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, String[] strs, int nbatches, int ncycles) argument
H A DProxyClassDesc.java63 int ncycles = Integer.parseInt(args[0]);
74 doReps(oout, oin, sbuf, descs, ncycles);
111 StreamBuffer sbuf, ObjectStreamClass[] descs, int ncycles)
115 for (int i = 0; i < ncycles; i++) {
110 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, ObjectStreamClass[] descs, int ncycles) argument
H A DClassDesc.java98 int ncycles = Integer.parseInt(args[0]);
109 doReps(oout, oin, sbuf, desc, ncycles);
117 StreamBuffer sbuf, ObjectStreamClass desc, int ncycles)
120 for (int i = 0; i < ncycles; i++) {
116 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, ObjectStreamClass desc, int ncycles) argument

Completed in 49 milliseconds