コード例 #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()