예제 #1
0
 /**
  * Returns the longest recorded duration.
  *
  * @return the longest recorded duration
  */
 public double max() {
   return convertFromNS(histogram.max());
 }