Home
last modified time | relevance | path

Searched refs:cpuusage_record (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c102 if (cpuusage_record == NULL) { in debug_total_cpu_usage_show()
109 if (cpuusage_record != NULL) { in debug_total_cpu_usage_show()
110 if (cpuusage_record[i].taskname[0] == 0) { in debug_total_cpu_usage_show()
121 if (cpuusage_record != NULL) { in debug_total_cpu_usage_show()
122 if (cpuusage_record[0].taskname[0] == 0) { in debug_total_cpu_usage_show()
132 if (cpuusage_record == NULL) { in debug_total_cpu_usage_show()
170 if (cpuusage_record != NULL) { in debug_total_cpu_usage_show()
172 if (cpuusage_record[j].taskname[0] == 0) { in debug_total_cpu_usage_show()
195 if (cpuusage_record == NULL) { in debug_total_cpu_usage_show()
304 if (cpuusage_record[i].taskname[0] == 0) { in cpuusage_statistics()
[all …]
A Ddebug_cpuusage.h22 void debug_total_cpu_usage_show(struct cpuusage_data *cpuusage_record, int32_t record_len, int3…

Completed in 3 milliseconds