別のキーワード
ライブラリ
- ビルトイン (84)
- benchmark (120)
- fileutils (48)
-
minitest
/ unit (2) -
net
/ http (8) -
rubygems
/ user _ interaction (192)
クラス
-
Benchmark
:: Job (24) -
Benchmark
:: Report (48) -
Gem
:: StreamUI (12) -
Gem
:: StreamUI :: SilentProgressReporter (48) -
Gem
:: StreamUI :: SimpleProgressReporter (48) -
Gem
:: StreamUI :: VerboseProgressReporter (48) -
MiniTest
:: Unit (2) -
RDoc
:: Options (24) - Thread (36)
モジュール
- Benchmark (36)
- FileUtils (48)
-
GC
:: Profiler (48)
キーワード
- HTTPAlreadyReported (8)
-
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) - Report (12)
- SilentProgressReporter (12)
- SimpleProgressReporter (12)
- VerboseProgressReporter (12)
- benchmark (12)
- bm (12)
- bmbm (12)
- cd (24)
- chdir (24)
- clear (12)
- count (36)
-
coverage
_ report (12) -
coverage
_ report= (12) - done (36)
- item (24)
- list (12)
- new (48)
-
progress
_ reporter (12) -
raw
_ data (12) - rdoc (12)
- report= (1)
-
report
_ on _ exception (18) -
report
_ on _ exception= (18) - result (12)
-
ruby 1
. 8 . 4 feature (12) - updated (36)
検索結果
先頭5件
-
RDoc
:: Options # coverage _ report=(val) (6117.0) -
コマンドライン引数の --coverage-report オプションと同様の指定を行います。
...コマンドライン引数の --coverage-report オプションと同様の指定を行います。
@param val 数値オブジェクトか false を指定します。... -
MiniTest
:: Unit # report=(list) (6101.0) -
テストメソッドの実行結果のリストをセットします。
テストメソッドの実行結果のリストをセットします。
@param list テストメソッドの実行結果のリストを指定します。 -
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