#include <defines.h>
Data Fields | |
| char * | func_name |
| int | calls |
| int | mallocs |
| int | frees |
| bool | timed |
Represents a profiling entry for a given function.
Number of times this function has been called
Number of free calls made in this function
| char* profiler_s::func_name |
Name of function that this profiler is associated with
Number of malloc calls made in this function
Specifies if the function should be timed or not
1.6.3