Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c231 int32_t stat_count = 0; in cpuusage_statistics() local
248 stat_count = total / period; in cpuusage_statistics()
254 cpuusage_record[i].cpuusage = krhino_mm_alloc(stat_count * sizeof(float)); in cpuusage_statistics()
255 memset(cpuusage_record[i].cpuusage, 0, stat_count * sizeof(float)); in cpuusage_statistics()
272 while ((index < stat_count) || (total == 0)) { in cpuusage_statistics()
315 for (j = 0; j < stat_count; j++) { in cpuusage_statistics()

Completed in 3 milliseconds