/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/vm_power_manager/parse.h
23 строки
334 B
Rory Sexton
examples/vm_power: make branch ratio threshold per core
17 июл 2020, 15:40
17 июл 2020, 15:40
95f648f
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2018 Intel Corporation */ #ifndef PARSE_H_ #define PARSE_H_ #ifdef __cplusplus extern "C" { #endif int parse_set(const char *, uint16_t [], unsigned int); int parse_branch_ratio(const char *input, float *branch_ratio); #ifdef __cplusplus } #endif #endif /* PARSE_H_ */