るりまサーチ

最速Rubyリファレンスマニュアル検索!
474件ヒット [101-200件を表示] (0.014秒)
トップページ > クエリ:report[x]

別のキーワード

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

検索結果

<< < 1 2 3 4 ... > >>

Benchmark::Report (6000.0)

Benchmark.#benchmark メソッドや Benchmark.#bm メソッドの 内部で使用されているクラスです。

Benchmark.#benchmark メソッドや Benchmark.#bm メソッドの
内部で使用されているクラスです。

このライブラリのユーザーが直接意識する必要はありません。

Gem::StreamUI::SilentProgressReporter (6000.0)

何もしない進捗報告のクラスです。

何もしない進捗報告のクラスです。

Gem::StreamUI::SimpleProgressReporter (6000.0)

シンプルな表示を行う進捗報告のクラスです。

シンプルな表示を行う進捗報告のクラスです。

Gem::StreamUI::VerboseProgressReporter (6000.0)

現在の進捗に関するメッセージを表示する進捗報告のクラスです。

現在の進捗に関するメッセージを表示する進捗報告のクラスです。

Net::HTTPAlreadyReported (6000.0)

HTTP レスポンス 208 (Already Reported) を表現するクラスです。

...HTTP レスポンス 208 (Already Reported) を表現するクラスです。

詳しくは 5842 を見てください。...

絞り込み条件を変える

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

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

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

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

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

Benchmark::Report#list -> [Benchmark::Tms] (3022.0)

Benchmark::Report#item 実行時に作成された Benchmark::Tms オ ブジェクトの一覧を返します。

...Benchmark::Report#item 実行時に作成された Benchmark::Tms オ
ブジェクトの一覧を返します。

@see Benchmark::Report#item...

Benchmark::Report#item(label = "", *fmt) { ... } -> Benchmark::Tms (3001.0)

ラベルと与えられたブロックの実行時間を標準出力に出力します。

ラベルと与えられたブロックの実行時間を標準出力に出力します。

出力のフォーマットは Benchmark::Tms#format が行います。

@param label ラベル
@param fmt 結果に出力したいオブジェクト

@see Benchmark::Tms#format

Gem::StreamUI::SilentProgressReporter#count -> nil (3000.0)

何もしません。

何もしません。

Gem::StreamUI::SilentProgressReporter#done -> nil (3000.0)

何もしません。

何もしません。

絞り込み条件を変える

<< < 1 2 3 4 ... > >>