processedTime

Layer.processedTime(cnt)

処理時間の計測値のHTML文字列を返す。

引数:
  • cnt (int) – 処理の回数

ソース

processedTime(cnt){
    return "<tr><td></td>" + meanProcessedTime([], cnt) + "</tr>";
}