5354555657585960616263
for (int j = 0; j < 10000; ++j) { Check.isTrue(map.get(j).booleanValue() == (j % 2 == 0)); } s.stop(); } w.done(); w.print(); // -- w.begin(true); for (int i = 0; i < 1000; ++i) { TIntCharMap primary = new TIntCharHashMap();
6869707172737475767778
for (int j = 0; j < 10000; ++j) { Check.isTrue(primary.get(j) == (char)((j % 2) + '0')); } s.stop(); } w.done(); w.print(); // -- w.begin(true); for (int i = 0; i < 1000; ++i) { Int2CharMap int2c = new Int2CharOpenHashMap();
83848586878889909192
for (int j = 0; j < 10000; ++j) { Check.isTrue(int2c.get(j) == (char)((j % 2) + '0')); } s.stop(); } w.done(); w.print(); } }
4344454647484950515253
for (int j = 0; j < 10000; ++j) { inList.add(j); } s.stop(); } w.done(); w.print(); // ------------ w = new StopWatch(1); w.begin(true); for (int i = 0; i < 1000; ++i) {
56575859606162636465
for (int j = 0; j < 10000; ++j) { oList.add(j); } s.stop(); } w.done(); w.print(); } }
90919293949596979899100
System.out.println("ERR " + k); break; } s.stop(); } sw.done(); sw.print(); sw.begin(true); for (int i = 0; i < 500; ++i) { Stop s = sw.start();
103104105106107108109110111112113
System.out.println("ERR " + k); break; } s.stop(); } sw.done(); sw.print(); RandomAccessFile file = new RandomAccessFile("D:\\data\\miui\\MiFlash20120723.zip", "r"); FileChannel channel = file.getChannel(); long tt = file.length();
120121122123124125126127128129130
System.out.println("ERR " + k); break; } s.stop(); } sw.done(); sw.print(); map.clear(); channel.close(); file.close(); }
96979899100101102103104105106
109110111112113114115116117118119