#include <monTrace.h>
Inheritance diagram for MonTrace::
Public Methods | |
MonTrace () | |
Default constructor. | |
virtual | ~MonTrace () |
Destructor. | |
virtual void | addMonStat (jlong addHits, jlong addTime) |
Updates monitor statistics. More... | |
void | deactivate () |
Performs deactivation. | |
void * | operator new (size_t sz) |
Overloaded new() operator. | |
void | operator delete (void *unit) |
Overloaded delete() operator. | |
virtual eClassIdent | getClassIdent () |
Class identification. More... | |
virtual int | isActive () |
State of object. More... | |
virtual int | isChanged () |
Indication that object has changed its data. More... | |
virtual void | setUnchanged () |
Set the structure is unchanged although it may not be. | |
Public Attributes | |
Method * | method |
parent method. | |
List< MonThreadTrace, LI3 > | threadTraces |
associated MonThreadTraces. | |
Static Private Attributes | |
Allocator | _allocator |
allocator. |
We decided to use different traces for memory, cpu and monitor profiling, because it should be an option to have different granularity of traces (their trace frame stack depth) for each type of profiling.
Definition at line 55 of file monTrace.h.
|
Updates monitor statistics. Also updates monitor statistics of corresponding method.
Reimplemented from MonStatData. Definition at line 43 of file monTrace.cpp. Referenced by MonThreadTrace::addMonStat().
|
|
Class identification.
Reimplemented from IdObject. Definition at line 115 of file monTrace.h. |
|
State of object. Once an object is unactive, it remains unactive forever.
Reimplemented from IdObject. Definition at line 54 of file monTrace.cpp. Referenced by MonThreadTrace::isActive().
|
|
Indication that object has changed its data.
Reimplemented from IdObject. Definition at line 130 of file monTrace.h. |