|
CACAO
|
Static Public Member Functions | |
| static void | initialize () |
| Initializes the OprofileAgent system. More... | |
| static void | newmethod (methodinfo *) |
| Reports the given method to oprofile. More... | |
| static void | close () |
| Shuts down the OprofileAgent system. More... | |
Static Private Attributes | |
| static op_agent_t | _handle = 0 |
Definition at line 38 of file oprofile-agent.hpp.
|
static |
Shuts down the OprofileAgent system.
Definition at line 88 of file oprofile-agent.cpp.
Initializes the OprofileAgent system.
Definition at line 44 of file oprofile-agent.cpp.
|
static |
Reports the given method to oprofile.
This has to be done once per JIT compilation step for a specific method.
| m | Method to register. |
Definition at line 59 of file oprofile-agent.cpp.
|
staticprivate |
Definition at line 40 of file oprofile-agent.hpp.
1.8.5