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:
- Click the
Configure Project button on the VTune Amplifier toolbar.
The
Analysis Target
window opens.
- Select a required target system from the left pane and a target
type from the drop-down menu in the right pane.
- 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*.