Interface to retrieve call stack information. More...
Public Member Functions | |
| virtual Integer | nbIndex () const =0 |
| virtual intptr_t | functionStartAddress (Int32 stack_index)=0 |
| virtual void | fillStack (Integer function_depth)=0 |
| virtual void | setFunc (Int32 func_index, Int32 stack_index)=0 |
Interface to retrieve call stack information.
You must first call fillStack() before using the other methods.
Definition at line 75 of file ProfilingInfo.cc.
|
inlinevirtual |
Definition at line 79 of file ProfilingInfo.cc.