るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. tms cstime
  2. tms cstime=
  3. _builtin cstime
  4. benchmark cstime
  5. _builtin cstime=

ライブラリ

クラス

キーワード

検索結果

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

子プロセスの System CPU time

子プロセスの System CPU time

Process::Tms#cstime -> Float (54307.0)

終了した子プロセスのシステム CPU 時間の合計(秒)を返します。

終了した子プロセスのシステム CPU 時間の合計(秒)を返します。

Windows 上では常に 0 を返します。

Process::Tms#cstime=(n) (18307.0)

終了した子プロセスのシステム CPU 時間の合計(秒)をセットします。

終了した子プロセスのシステム CPU 時間の合計(秒)をセットします。

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

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

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

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

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

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

このメソッドは Kernel.#format のようにオブジェクトを整形しますが、
以下の拡張を使用することができます。

: %u
user CPU time で置き換えられます。Benchmark::Tms#utime
: %y
system CPU time で置き換えられます(Mnemonic: y of "s*y*stem")。Benchmark::Tms#stime
: %U
子プロセスの user CPU time で置き換えられます。Benchmark::Tms#cutime
: %Y
子プロセスの s...

絞り込み条件を変える