Lines Matching refs:usage
10 The system CPUP is the CPU usage of the system within a period of time. It reflects the CPU load an…
16 Task CPUP refers to the CPU usage of a single task. It reflects the task status, busy or idle, in a…
18 With the CPUP of each task, you can determine whether the CPU usage of each task meets expectations…
22 In addition, you can enable the interrupt usage statistics function after the CPUP function is enab…
24 Interrupt CPUP indicates the CPU usage of a single interrupt out of the total interrupt duration. T…
29 The OpenHarmony LiteOS-M CPUP records the system CPU usage on a task basis. When task switching occ…
149 printf("the current system cpu usage is: %u.%u\n",
154 printf("the history system cpu usage in all time: %u.%u\n",
159 printf("cpu usage of the cpupTestTask:\n TaskID: %d\n usage: %u.%u\n",
164 printf("cpu usage of the cpupTestTask in all time:\n TaskID: %d\n usage: %u.%u\n",
178 the current system cpu usage is: 8.2
179 the history system cpu usage in all time: 8.9
180 cpu usage of the cpupTestTask:
182 usage: 0.5
183 cpu usage of the cpupTestTask in all time:
185 usage: 0.5