CACAO
Static Public Member Functions | Static Private Attributes
OprofileAgent Class Reference

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
 

Detailed Description

Definition at line 38 of file oprofile-agent.hpp.

Member Function Documentation

void OprofileAgent::close ( )
static

Shuts down the OprofileAgent system.

Definition at line 88 of file oprofile-agent.cpp.

void OprofileAgent::initialize ( void  )
static

Initializes the OprofileAgent system.

Definition at line 44 of file oprofile-agent.cpp.

void OprofileAgent::newmethod ( methodinfo m)
static

Reports the given method to oprofile.

This has to be done once per JIT compilation step for a specific method.

Parameters
mMethod to register.

Definition at line 59 of file oprofile-agent.cpp.

Field Documentation

op_agent_t OprofileAgent::_handle = 0
staticprivate

Definition at line 40 of file oprofile-agent.hpp.


The documentation for this class was generated from the following files: