未验证 提交 4a89eb90 编写于 作者: A Austin 提交者: Gitee

update zh-cn/device-dev/kernel/kernel-small-debug-process-cpu.md.

Signed-off-by: NAustin <liaozhiqi7@huawei.com>
上级 b1dd8bf1
......@@ -135,7 +135,7 @@ UINT32 ItCpupTest(VOID)
usleep(100);
/* 获取当前系统历史cpu占用率 */
/* 获取当前系统历史CPU占用率 */
cpupUse = LOS_HistorySysCpuUsage(CPU_LESS_THAN_1S);
printf("the history system cpu usage in all time:%u.%u\n",
cpupUse / LOS_CPUP_PRECISION_MULT, cpupUse % LOS_CPUP_PRECISION_MULT);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册