Profile data that is allocated for each profiled function. More...
#include <qos_prof.h>
Data Fields | |
unsigned long int | counter |
unsigned long long | time |
char | func_name [QOS_PROF_NAME_SIZE] |
Profile data that is allocated for each profiled function.
Definition at line 80 of file qos_prof.h.
unsigned long int qos_profile_t::counter |
Definition at line 81 of file qos_prof.h.
Referenced by prof_register().
char qos_profile_t::func_name[QOS_PROF_NAME_SIZE] |
Definition at line 83 of file qos_prof.h.
Referenced by prof_register().
unsigned long long qos_profile_t::time |
Definition at line 82 of file qos_prof.h.
Referenced by prof_register().