em_profile_access.h File Reference


Classes

struct  EM_ProfileAccessInterface
 A EM interface used to access to profile collectors. More...

Enumerations

enum  EM_PCTYPE { EM_PCTYPE_ENTRY_BACKEDGE = 1, EM_PCTYPE_EDGE = 2, EM_PCTYPE_VALUE = 3 }
 Known profiler types. More...


Enumeration Type Documentation

enum EM_PCTYPE

Known profiler types.

Each of the profilers is represented with separate interface to create and to access to profiles.

Enumerator:
EM_PCTYPE_ENTRY_BACKEDGE  Entry-backedge profiler.

Collects number execution counts for methods entries and backedges if present.

EM_PCTYPE_EDGE  Edge profiler.

Collects profile for method entry and all edges in IR Control Flow Graph.

EM_PCTYPE_VALUE  Value profiler.

Collects profile for each given instruction.


Genereated on Tue Mar 11 19:25:22 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.