IntelĀ® Advisor Help
Set the Microsoft* runtime environment mode for analysis.
Project Properties > Analysis Target > [Analysis Types] > Managed code profiling mode
--mrte-mode=<string> |
<string> is the mode type:
Argument |
Description |
---|---|
auto |
Automatically detect the type of target executable and switch to that mode. |
native |
Collect data for native code and do not attribute data to managed code. |
mixed |
Collect data for both native and managed code, and attribute data to managed code as appropriate. Consider using this option when analyzing a native executable that makes calls to the managed code. |
managed |
Collect data for both native and managed code, resolve samples attributed to native code, attribute data to managed source only. The call stack in the analysis result displays data for managed code only. |
auto
Applies to Windows* OS only.
Run a Suitability analysis. Set a native runtime environment mode.
advisor --collect=suitability --mrte-mode=native --project-dir=./advi_results -- ./myApplication