예제 #1
0
파일: _pssunos.py 프로젝트: ztop/psutil
def cpu_count_physical():
    """Return the number of physical CPUs in the system."""
    return cext.cpu_count_phys()
예제 #2
0
def cpu_count_physical():
    """Return the number of physical CPUs in the system."""
    return cext.cpu_count_phys()