1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cpuctl_fj_cpu-hog.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cpuctl_fj_simple_echo.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
run_cpuctl_test_fj.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

TEST SUITE:

The directory cpuctl_fj contains the tests related to the cpu controller.

Cpu controller is a mechanism for assigning cpu resource (in percent) to
a set of tasks.

There are total 22 testcases that have been added. These testcases
contain the basis operation test and part functionality test of cpu
controller.

NOTE: the test can be run by root only.

TESTS AIM:

The aim of the tests is to test the functionality of cpu controller.

FILES DESCRIPTION:

run_cpuctl_test_fj.sh
--------------------
This script runs all the 22 testcases.

cpuctl_fj_cpu-hog.c
--------------------
The program does a calculation of sqrt till catched a signal.

cpuctl_fj_simple_echo.c
--------------------
The command "echo" can't return the errno. So we write this program to
instead of "echo".

Makefile
--------------------
The usual makefile for this directory

README
------
The one you have gone through.