#include <traceFrame.h>
Static Public Methods | |
TraceFrame * | newArray (int size) |
Allocates a new array of frames. More... | |
void | deleteArray (TraceFrame *array, int size) |
Frees an array of frames. More... | |
Public Attributes | |
jint | lineno |
line number in the source file. | |
Method * | method |
method being executed. | |
Static Private Attributes | |
Allocator | _allocators [MAX_TRACE] |
allocators. |
This class consists of information about one frame of method trace. It is used internally by AllocTrace, CpuTrace and MonTrace classes (by Trace class).
Definition at line 50 of file traceFrame.h.
|
Frees an array of frames.
Definition at line 85 of file traceFrame.h. Referenced by Prof::getAllocTrace(), Prof::getCpuTrace(), Prof::getMonTrace(), and Trace::~Trace().
|
|
Allocates a new array of frames.
Definition at line 71 of file traceFrame.h. Referenced by Prof::getAllocTrace(), Prof::getCpuTrace(), and Prof::getMonTrace().
|