function entry (map address -> Function) More...
#include <internal_funclevel.h>
Public Member Functions | |
| Function (ProfileFuncLevelTracer *tr) | |
Public Attributes | |
| unsigned | addr |
| address of this function | |
| Profile | glob |
| global profile | |
| Profile | cur [MAX_FRAME_RECORDS] |
| profile for current frame(s) | |
| ProfileMap | frame |
| frame based profiles | |
| int | depth |
| current call depth (for recursion) | |
| char * | funcSource |
| function source | |
| unsigned | funcLine |
| function source line | |
| char * | funcName |
| function name | |
function entry (map address -> Function)
Definition at line 149 of file internal_funclevel.h.
|
inline |
Definition at line 175 of file internal_funclevel.h.
| unsigned ProfileFuncLevelTracer::Function::addr |
address of this function
Definition at line 152 of file internal_funclevel.h.
| Profile ProfileFuncLevelTracer::Function::cur[MAX_FRAME_RECORDS] |
profile for current frame(s)
Definition at line 158 of file internal_funclevel.h.
| int ProfileFuncLevelTracer::Function::depth |
current call depth (for recursion)
Definition at line 164 of file internal_funclevel.h.
| ProfileMap ProfileFuncLevelTracer::Function::frame |
frame based profiles
Definition at line 161 of file internal_funclevel.h.
| unsigned ProfileFuncLevelTracer::Function::funcLine |
function source line
Definition at line 170 of file internal_funclevel.h.
| char* ProfileFuncLevelTracer::Function::funcName |
function name
Definition at line 173 of file internal_funclevel.h.
| char* ProfileFuncLevelTracer::Function::funcSource |
function source
Definition at line 167 of file internal_funclevel.h.
| Profile ProfileFuncLevelTracer::Function::glob |
global profile
Definition at line 155 of file internal_funclevel.h.