るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

ライブラリ

クラス

キーワード

検索結果

Benchmark::Tms#cstime -> Float (24202.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#total -> Float (3017.0)

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

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

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

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

...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
子プロセスの system CPU tim...
...置き換えられます。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...
...フォーマット文字列です。
省略された場合は、Benchmark::Tms::FORMAT が使用されます。
@param args フォーマットされる引数です。...

絞り込み条件を変える