Share via


Profiling Structures

This section describes the unmanaged structures that the profiling API uses.

In This Section

  • COR_DEBUG_IL_TO_NATIVE_MAP Structure
    Contains the offsets that are used to map Microsoft intermediate language (MSIL) code to native code.

  • COR_IL_MAP Structure
    Specifies the offsets of a function's original MSIL code and the new offsets of a function's profiler-modified MSIL code.

See Also

Concepts

Profiling Overview

Profiling Interfaces

Profiling Global Static Functions

Profiling Enumerations