{{newin|[[0.9.0]]|090|type=function}}
Gets the amount of logical processor in the system.

== Function ==
=== Synopsis ===
<source lang="lua">
processorCount = love.system.getProcessorCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|processorCount|Amount of logical processors.}}

== Notes ==
The number includes the threads reported if technologies such as Intel's [http://en.wikipedia.org/wiki/Hyper-threading Hyper-threading] are enabled. For example, on a 4-core CPU with Hyper-threading, this function will return 8.
== See Also ==
* [[parent::love.system]]
* [[love.thread.newThread]]
[[Category:Functions]]
{{#set:Description=Gets the amount of logical processor in the system.}}
== Other Languages ==
{{i18n|love.system.getProcessorCount}}