るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

検索結果

Etc.#nprocessors -> Integer (24327.0)

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

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

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