Searched refs:msec1 (Results 1 – 2 of 2) sorted by relevance
50 double msec1 = (time2 - time1) / (double) count2 / 1000000; in run() local52 if (msec1 < basisMsec * 5) { in run()60 System.out.printf("test1: %.3g msec per iteration\n", msec1); in run()
50 double msec1 = (time1 - time0) / (double) count1 / 1000000; in run() local55 double avg = (msec1 + msec2 + msec3) / 3; in run()65 System.out.printf("test1: %.3g msec per iteration\n", msec1); in run()