#include <defines.h>
Data Fields | |
| char * | func_name |
| timer * | time_in |
| int | calls |
| int | mallocs |
| int | frees |
| bool | timed |
|
|
Number of times this function has been called |
|
|
Number of free calls made in this function |
|
|
Name of function that this profiler is associated with |
|
|
Number of malloc calls made in this function |
|
|
Time spent running this function |
|
|
Specifies if the function should be timed or not |
1.3.4