Searched refs:startNanos (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DLotsOfCancels.java78 * Returns the elapsed time since startNanos, in milliseconds.
79 * @param startNanos the start time; this must be a value returned
82 static long durationMillis(long startNanos) { argument
83 return (System.nanoTime() - startNanos) / (1000L * 1000L);

Completed in 32 milliseconds