るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

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

子プロセスの System CPU time

子プロセスの System CPU time

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える