if ( curTest != null )
throw new IllegalStateException("In the middle of a test!");
this.curTest = name;
this.numItems = numItems;
Toolkit tk = Toolkit.getDefaultToolkit();
tk.sync();
this.timein = System.currentTimeMillis();
}
private void endTest(boolean print) {
if ( print ) {