Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

Managed Code Profiling

Configure the managed code profiling options in the Analysis Target window and explore support details for Java* and Python* applications.

To configure the managed code analysis:

  1. Click the Configure Project button on the VTune Amplifier toolbar.

    The Analysis Target window opens.

  2. Select a required target system from the left pane and a target type from the drop-down menu in the right pane.
  3. Configure the Managed code profiling mode option. Choose one of the following:
    • Native mode collects data on native code only, does not attribute data to managed source.

    • Managed mode collects everything, resolves samples attributed to native code, attributes data to managed source only. The call stack in the analysis result displays data for managed code only.

    • Mixed collects everything and attributes data to managed source where appropriate. Consider using this option when analyzing a native executable that makes calls to the managed code.

    • Auto mode automatically detects the type of target executable, managed or native, and switches to the corresponding mode.

    Note

    Managed and Mixed modes are not supported on Linux*.

See Also