Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

profiler_s Struct Reference

#include <defines.h>


Detailed Description

Represents a profiling entry for a given function.


Data Fields

char * func_name
timertime_in
int calls
int mallocs
int frees
bool timed


Field Documentation

int profiler_s::calls
 

Number of times this function has been called

int profiler_s::frees
 

Number of free calls made in this function

char* profiler_s::func_name
 

Name of function that this profiler is associated with

int profiler_s::mallocs
 

Number of malloc calls made in this function

timer* profiler_s::time_in
 

Time spent running this function

bool profiler_s::timed
 

Specifies if the function should be timed or not


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4