Searched refs:t0 (Results 1 – 5 of 5) sorted by relevance
70 long t0 = System.nanoTime(); in doTestMessageDigest() local78 oldTime.add(t1 - t0); in doTestMessageDigest()
259 long t0 = System.currentTimeMillis(); in testMonsterRegexPerformance() local263 System.out.println("RegEx performance test finished, took " + (t1 - t0) + " ms."); in testMonsterRegexPerformance()
278 long t0 = System.nanoTime(); in test_selectJ_Empty_Keys() local282 long waitMs = (t1 - t0) / 1000L / 1000L; in test_selectJ_Empty_Keys()
2220 MutableBigInteger t0 = new MutableBigInteger(1);2239 t0.add(q);2242 return t0;2253 t0.mul(q.value[q.offset], temp);2255 q.multiply(t0, temp);
444 long t0 = System.nanoTime(); in defineClass() local