Esempio n. 1
0
def cpu_count_physical():
    """Return the number of physical CPUs in the system."""
    return cext.cpu_count_phys()
Esempio n. 2
0
def cpu_count_physical():
    """Return the number of physical CPUs in the system."""
    return cext.cpu_count_phys()