SphinxBase
0.6
|
Generic event counter for profiling. More...
#include <profile.h>
Data Fields | |
char * | name |
Counter print name; NULL terminates array of counters Used by pctr_print_all. | |
int32 | count |
Counter value. | |
Generic event counter for profiling.
User is responsible for allocating an array of the desired number. There should be a sentinel with name = NULL.