System.out.println(newDate(current)+": interned "+count+" 0-hash strings - last 10000 took "+((float)(current-last))/1000+"s ("+((float)(current-last))/10000000+"s per String)");
last=current;
}
}
}
if(args[0].equals("normal")){
while((toDiscard=br.readLine())!=null){// do the same read from the file to try and make the test fair
System.out.println(newDate(current)+": interned "+count+" normal strings - last 10000 took "+((float)(current-last))/1000+"s ("+((float)(current-last))/10000000+"s per String)");