るりまサーチ

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

別のキーワード

  1. benchmark format
  2. benchmark benchmark
  3. benchmark new
  4. benchmark report
  5. benchmark caption

ライブラリ

キーワード

検索結果

<< < 1 2 3 4 > >>

Benchmark::Job#report(label = "") { ... } -> self (11001.0)

与えられたラベルとブロックをジョブリストに登録します。

与えられたラベルとブロックをジョブリストに登録します。

@param label ラベル

Benchmark::Tms#cstime -> Float (11001.0)

子プロセスの System CPU time

子プロセスの System CPU time

Benchmark::Tms#cutime -> Float (11001.0)

子プロセスの User CPU time

子プロセスの User CPU time

Benchmark::Tms#label -> String (11001.0)

ラベル。

ラベル。

Benchmark::Tms#real -> Float (11001.0)

実経過時間。

実経過時間。

絞り込み条件を変える

Benchmark::Tms#stime -> Float (11001.0)

System CPU time

System CPU time

Benchmark::Tms#to_a -> Array (11001.0)

6 要素の配列を返します。

6 要素の配列を返します。

要素は以下の順番で配列に格納されています。
* ラベル
* user CPU time
* system CPU time,
* 子プロセスの user CPU time
* 子プロセスの system CPU time,
* 実経過時間

Benchmark::Tms#total -> Float (11001.0)

合計時間。(utime + stime + cutime + cstime)

合計時間。(utime + stime + cutime + cstime)

Benchmark::Tms#utime -> Float (11001.0)

User CPU time

User CPU time
<< < 1 2 3 4 > >>