Exemplo n.º 1
0
 /**
  * Returns the standard deviation of all recorded durations.
  *
  * @return the standard deviation of all recorded durations
  */
 public double stdDev() {
   return convertFromNS(histogram.stdDev());
 }