Difference between revisions of "Thread:getNumLogicalCores"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
num_logical_cores = thread:getNumLogicalCores() | num_logical_cores = thread:getNumLogicalCores() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
Latest revision as of 14:33, 13 July 2023
Available since: 2018.10
Class: Thread
Description
Returns number of logical cores, hardware concurrency, on host machine. For information only.
num_logical_cores = thread:getNumLogicalCores()
Return values
num_logical_cores: (number) number of logical cores