るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.117秒)

別のキーワード

  1. benchmark report
  2. thread report_on_exception=
  3. thread report_on_exception
  4. _builtin report_on_exception=
  5. _builtin report_on_exception

ライブラリ

クラス

検索結果

Benchmark::Report.new(width = 0, fmtstr = nil) -> Benchmark::Report (32435.0)

Benchmark::Report のインスタンスを初期化して返します。

...
Benchmark
::Report のインスタンスを初期化して返します。

通常このメソッドがユーザーによって直接呼び出されることはありません。

@param width ラベルの幅
@param fmtstr フォーマット文字列...