Defines | |
#define | OPEN_EM "em" |
#define | OPEN_EM_VERSION "1.0" |
Typedefs | |
typedef void * | EM_Handle |
The handle to the EM instance. | |
typedef void * | JIT_Handle |
The handle to the JIT instance. | |
typedef void * | PC_Handle |
The handle to the profile collector instance. | |
typedef void * | Method_Profile_Handle |
The handle to the method profile collected by a specific collector. | |
Enumerations | |
enum | JIT_Result { JIT_SUCCESS, JIT_FAILURE } |
Enumeration of result values can be returned by JIT on a method compilation request. More... | |
enum | EM_JIT_PC_Role { EM_JIT_PROFILE_ROLE_GEN = 1, EM_JIT_PROFILE_ROLE_USE = 2 } |
Enumeration of JIT roles related to profiling. More... |
#define OPEN_EM "em" |
#define OPEN_EM_VERSION "1.0" |
typedef void* EM_Handle |
The handle to the EM instance.
typedef void* JIT_Handle |
The handle to the JIT instance.
typedef void* PC_Handle |
The handle to the profile collector instance.
typedef void* Method_Profile_Handle |
The handle to the method profile collected by a specific collector.
enum JIT_Result |
enum EM_JIT_PC_Role |
Enumeration of JIT roles related to profiling.
EM configures JIT during startup to generate or to use a specific profile collector by providing the handle to the profile collector and the role of JIT.
Genereated on Tue Mar 11 19:25:30 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.