LispBM
|
Go to the source code of this file.
Data Structures | |
struct | lbm_prof_t |
Macros | |
#define | LBM_PROF_MAX_NAME_SIZE 20 |
Functions | |
bool | lbm_prof_init (lbm_prof_t *prof_data_buf, lbm_uint prof_data_buf_num) |
lbm_uint | lbm_prof_get_num_samples (void) |
lbm_uint | lbm_prof_get_num_system_samples (void) |
lbm_uint | lbm_prof_get_num_sleep_samples (void) |
lbm_uint | lbm_prof_stop (void) |
void | lbm_prof_sample (void) |
#define LBM_PROF_MAX_NAME_SIZE 20 |
lbm_uint lbm_prof_get_num_samples | ( | void | ) |
lbm_uint lbm_prof_get_num_sleep_samples | ( | void | ) |
lbm_uint lbm_prof_get_num_system_samples | ( | void | ) |
bool lbm_prof_init | ( | lbm_prof_t * | prof_data_buf, |
lbm_uint | prof_data_buf_num | ||
) |
void lbm_prof_sample | ( | void | ) |
lbm_uint lbm_prof_stop | ( | void | ) |