るりまサーチ

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

別のキーワード

  1. tms total
  2. zlib total_in
  3. zlib total_out
  4. benchmark total
  5. zstream total_in

ライブラリ

クラス

キーワード

検索結果

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

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

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

Zlib::ZStream#total_in -> Integer (6102.0)

ストリームに入力されたデータの総バイト数を返します。

ストリームに入力されたデータの総バイト数を返します。

Zlib::ZStream#total_out -> Integer (6102.0)

ストリームの出力したデータの総バイト数を返します。

ストリームの出力したデータの総バイト数を返します。

Benchmark::Tms#format(fmtstr = nil, *args) -> String (13.0)

self を指定されたフォーマットで整形して返します。

...hmark::Tms#cutime
: %Y
子プロセスの system CPU time で置き換えられます。Benchmark::Tms#cstime
: %t
total
CPU time で置き換えられます。Benchmark::Tms#total
: %r
実経過時間で置き換えられます。Benchmark::Tms#real
: %n
ラベルで置き換えられます...