Instance Property
インスタンスプロパティ
activeProcessorCount
The number of active processing cores available on the computer.
コンピュータ上で利用可能なアクティブプロセッシングコアの数。
Declaration
宣言
@property(readonly) NSUInteger
activeProcessorCount;
Discussion
議論
Whereas the processorCount
property reports the number of advertised processing cores, the activeProcessorCount
property reflects the actual number of active processing cores on the system. There are a number of different factors that may cause a core to not be active, including boot arguments, thermal throttling, or a manufacturing defect.
processorCount
プロパティが公表されるプロセッシングコアの数を報告するのに対して、activeProcessorCount
プロパティはシステム上で活動しているプロセッシングコアの実際の数を反映します。あるコアが活動しなくなるかもしれないたくさんの異なる要因が存在します、ブート引数、温度による増減、または製造欠陥を含めて。
This property value is equal to the result of entering the command sysctl -n hw.logicalcpu
on the current system.
このプロパティ値は、コマンドsysctl -n hw.logicalcpu
を現在のシステム上で入力する結果に等しいです。
See Also
参照
Getting Computer Information
コンピュータ情報を取得する
processorCount
The number of processing cores available on the computer.
コンピュータ上で利用可能なプロセッシングコアの数。
physicalMemory
The amount of physical memory on the computer in bytes.
コンピュータ上の物理メモリの総量、バイト数で。
systemUptime
The amount of time the system has been awake since the last time it was restarted.
それが再始動された最後の時からシステムが起きている時間。