るりまサーチ

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

別のキーワード

  1. hinfo cpu
  2. resolv cpu
  3. platform cpu
  4. resource cpu
  5. platform cpu=

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

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

子プロセスの System CPU time

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

Benchmark::Tms#cutime -> Float (16.0)

子プロセスの User CPU time

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

Benchmark::Tms#stime -> Float (16.0)

System CPU time

...System CPU time...

Benchmark::Tms#utime -> Float (16.0)

User CPU time

...User CPU time...

Etc.#nprocessors -> Integer (16.0)

有効な CPU コア数を返します。

...有効な CPU コア数を返します。

//emlist[][ruby]{
require 'etc'
p Etc.nprocessors #=> 4
//}...

絞り込み条件を変える

Gem::Platform#to_a -> Array (16.0)

自身にセットされている CPU, OS, バージョンを配列として返します。

...自身にセットされている CPU, OS, バージョンを配列として返します。...

Gem::Platform#to_s -> String (16.0)

自身にセットされている CPU, OS, バージョンを文字列として返します。

...自身にセットされている CPU, OS, バージョンを文字列として返します。...

Process.#times -> Process::Tms (16.0)

自身のプロセスとその子プロセスが消費したユーザ/システム CPU 時間の積算を Process::Tms オブジェクトで返します。 時間の単位は秒で、浮動小数点数で与えられます。

...自身のプロセスとその子プロセスが消費したユーザ/システム CPU 時間の積算を
Process::Tms オブジェクトで返します。
時間の単位は秒で、浮動小数点数で与えられます。

@raise NotImplementedError メソッドが現在のプラットフォー...

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

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

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

Windows 上では常に 0 を返します。...
<< < 1 2 3 4 5 ... > >>