るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.074秒)
トップページ > クエリ:ruby[x] > クエリ:Ruby[x] > 種類:モジュール関数[x] > クエリ:p[x] > クエリ:proc[x] > クエリ:nprocessors[x]

別のキーワード

  1. fiddle build_ruby_platform
  2. rbconfig ruby
  3. fiddle ruby_free
  4. rake ruby
  5. rubygems/defaults ruby_engine

ライブラリ

モジュール

検索結果

Etc.#nprocessors -> Integer (30326.0)

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

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

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