inwudriver-weibo/bsp/system/cpup
leixuezhao bc012c9420 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
..
config.xml 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_core.c 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_core.h 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_diag_dfx.c 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_diag_dfx.h 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_inner.h 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_usr.c 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
cpup_usr.h 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00
readme.txt 微波代码首次提交(当前版本不可用) 2026-04-18 17:28:10 +08:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

cpup_core.c-----core code for cpu occupancy rate statistics
cpup_diag_dfx.c-----command of cpu occupancy rate statistics. If the user does not use diag diagnostic tool, it is recommended to delete it.
cpup_usr.c-----demo, users can modify according to their own needs, users need to understand.

The module supports SDK development.
1.This module only allows linking to the program through the process interface provided in cpup_usr.c and the secondary development interface provided in cpup_core.c.
2.All code that calls the module interface needs to be open source.