Searched defs:report (Results 1 - 2 of 2) sorted by relevance

/art/test/028-array-write/src/
H A DMain.java21 /** whether to report times */
27 static public void report(long start, long end) { method in class:Main
52 report(start, end);
70 report(start, end);
/art/test/023-many-interfaces/src/
H A DManyInterfaces.java167 /** whether to report timing information */
173 private static void report(String label, long start, long end, int iter, method in class:ManyInterfaces
208 report("testIface001", start, end, iter, rept);
213 report("testIface049", start, end, iter, rept);
218 report("testIface099", start, end, iter, rept);
223 report("testVirt001", start, end, iter, rept);
228 report("testVirt049", start, end, iter, rept);
233 report("testVirt099", start, end, iter, rept);
238 report("testInst001", start, end, iter, rept);
243 report("testInst04
[all...]

Completed in 70 milliseconds