Searched defs:binfo (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DReporter.java40 void writeReport(BenchInfo[] binfo, Properties props) argument
H A DXmlReporter.java58 public void writeReport(BenchInfo[] binfo, Properties props) argument
83 p.println("<DATA RUNS=\"" + 1 + "\" TESTS=\"" + binfo.length + "\">");
84 for (int i = 0; i < binfo.length; i++) {
85 BenchInfo b = binfo[i];
H A DHtmlReporter.java60 public void writeReport(BenchInfo[] binfo, Properties props) argument
85 for (int i = 0; i < binfo.length; i++) {
86 BenchInfo b = binfo[i];
H A DHarness.java43 BenchInfo[] binfo; field in class:Harness
103 binfo = (BenchInfo[]) bvec.toArray(new BenchInfo[bvec.size()]);
208 for (int i = 0; i < binfo.length; i++) {
211 binfo[i].getName() + ")");
213 binfo[i].runBenchmark();
221 reporter.writeReport(binfo, System.getProperties());
H A DTextReporter.java66 public void writeReport(BenchInfo[] binfo, Properties props) argument
88 for (int i = 0; i < binfo.length; i++) {
89 BenchInfo b = binfo[i];

Completed in 239 milliseconds