FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
int | valid_last_times |
double | last_percentage_of_idle_time |
double * | percentage_of_idle_time_ring |
unsigned int | last_idle_time_index |
unsigned int | cpu_idle_smoothing_depth |
Definition at line 47 of file switch_profile.c.
unsigned int profile_timer::cpu_idle_smoothing_depth |
Definition at line 56 of file switch_profile.c.
Referenced by switch_new_profile_timer().
unsigned int profile_timer::last_idle_time_index |
Definition at line 55 of file switch_profile.c.
double profile_timer::last_percentage_of_idle_time |
Definition at line 53 of file switch_profile.c.
double* profile_timer::percentage_of_idle_time_ring |
Definition at line 54 of file switch_profile.c.
Referenced by switch_new_profile_timer().
int profile_timer::valid_last_times |
Definition at line 50 of file switch_profile.c.