You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef CPUUSAGE_H
|
|
#define CPUUSAGE_H
|
|
|
|
|
|
static void cpu_usage_idle_hook(void);
|
|
void cpu_usage_get(rt_uint8_t *major, rt_uint8_t *minor);
|
|
void cpu_usage_init(void);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|