24 #define LBM_PROF_MAX_NAME_SIZE 20
29 char name[LBM_PROF_MAX_NAME_SIZE];
35 lbm_uint prof_data_buf_num);
36 lbm_uint lbm_prof_get_num_samples(
void);
37 lbm_uint lbm_prof_get_num_system_samples(
void);
38 lbm_uint lbm_prof_get_num_sleep_samples(
void);
39 lbm_uint lbm_prof_stop(
void);
40 void lbm_prof_sample(
void);
Definition: lbm_prof.h:26