/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
buildtools/get-cpu-count.py
7 строк
139 B
Juraj Linkeš
build: add optional NUMA and CPU counts detection
16 сен 2021, 10:43
16 сен 2021, 10:43
8ef09fd
Код
Авторство
О чём код?
#!/usr/bin/env python3 # SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2021 PANTHEON.tech s.r.o. import os print(os.cpu_count())