Searched refs:startTimeNano (Results 1 – 1 of 1) sorted by relevance
68 long startTimeNano = System.nanoTime(); in getBlockStatus() local80 int durationMillis = (int) ((System.nanoTime() - startTimeNano) / 1000000); in getBlockStatus()