コード例 #1
0
ファイル: TimerMetric.java プロジェクト: nzroller/metrics
 /**
  * Returns the longest recorded duration.
  *
  * @return the longest recorded duration
  */
 public double max() {
   return convertFromNS(histogram.max());
 }