SMethodLineNumbers Struct Reference

Defines a method's first and last source line numbers. More...

#include <MpiAPI.h>

List of all members.

Public Attributes

unsigned int uiStart
 source line number of the beginning of the method
unsigned int uiEnd
 source line number of the end of the method


Detailed Description

Defines the first and last source line numbers of a method. This structure is not related to the corresponding JITted code that is generated for the method. To receive method JIT information, the MPI client should register to the Jitted Method Loaded event. This struct is useful when the line number table in the SMethodJit is not available.
If the MPI client successfully requested the DR_METHOD_LINE_NUMBERS item in a call to IMpi::GetMethodInfo, the methodLineNumbers field in the SMethodInfo struct will be filled with a valid SMethodLineNumbers struct.

See also:
SMethodJit

The documentation for this struct was generated from the following file:


Generated on Thu Mar 6 15:07:57 2008 for Martini by doxygen 1.5.5