Difference between revisions of "Thread:getNumLogicalCores"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' 2018.10<br/> | |
− | ''' | + | '''Class:''' [[Thread]]<br/> |
− | ''' | ||
− | === | + | === Description === |
− | + | Returns number of logical cores, hardware concurrency, on host machine. For information only. | |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | num_logical_cores = thread:getNumLogicalCores() | |
+ | </syntaxhighlight> | ||
− | === | + | === Return values === |
− | + | '''num_logical_cores: ''' ''(number)'' number of logical cores<br/> | |
− | |||
− | '''num_logical_cores: ''' ''(number)'' | ||
{{Thread}} | {{Thread}} |
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