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