cpuinfo

Search:
Group by:

This module implements procs to determine the number of CPUs / cores.

Procs

proc countProcessors(): int {...}{.gcsafe, extern: "ncpi$1", raises: [], tags: [].}
returns the numer of the processors/cores the machine has. Returns 0 if it cannot be detected.   Source Edit