Difference between revisions of "love.system.getProcessorCount"
(Created page) |
m |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | Gets the | + | Gets the amount of logical processors in the system. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | processorCount = love.system.getProcessorCount( ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param|number| | + | {{param|number|processorCount|Amount of logical processors.}} |
== Notes == | == Notes == | ||
− | The number includes the threads reported if technologies such as Intel's [http://en.wikipedia.org/wiki/Hyper-threading Hyper-threading] are enabled | + | 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 == | == See Also == | ||
* [[parent::love.system]] | * [[parent::love.system]] | ||
* [[love.thread.newThread]] | * [[love.thread.newThread]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the | + | {{#set:Description=Gets the amount of logical processors in the system.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|love.system.getProcessorCount}} | {{i18n|love.system.getProcessorCount}} |
Latest revision as of 14:57, 28 November 2021
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the amount of logical processors in the system.
Function
Synopsis
processorCount = love.system.getProcessorCount( )
Arguments
None.
Returns
number processorCount
- Amount of logical processors.
Notes
The number includes the threads reported if technologies such as Intel's Hyper-threading are enabled. For example, on a 4-core CPU with Hyper-threading, this function will return 8.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info