qos_profile_t Struct Reference

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]

Detailed Description

Profile data that is allocated for each profiled function.

Definition at line 80 of file qos_prof.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Mon Aug 2 22:39:17 2010 for qosres by  doxygen 1.6.3