るりまサーチ

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

別のキーワード

  1. time httpdate
  2. time iso8601
  3. time rfc2822
  4. time strptime
  5. time parse

ライブラリ

クラス

キーワード

検索結果

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

子プロセスの System CPU time

...子プロセスの System CPU time...

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

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

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

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

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

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

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

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

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

...r 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
子プロセスの system CPU time...
...置き換えられます。Benchmark::Tms#cstime
: %t
total CPU time で置き換えられます。Benchmark::Tms#total
: %r
実経過時間で置き換えられます。Benchmark::Tms#real
: %n
ラベルで置き換えられます(Mnemonic: n of "*n*ame")。Benchmark::Tms#label

@param fmtstr...