Visible to Intel only — GUID: GUID-77AD99A4-7514-48B1-836F-8055D3CB2FF3
Visible to Intel only — GUID: GUID-77AD99A4-7514-48B1-836F-8055D3CB2FF3
<span class='option'>mrte-mode</span>
Specify managed profiling mode for Java*, Python*, Go*, .NET*, and Windows* Store applications.
Configure Analysis window >WHAT pane > Managed code profiling mode option
-mrte-mode <value> |
- <value>
-
Profiling mode for the managed code. Possible values are:
auto - Automatically detects the type of target executable, managed or native, and switches to the corresponding mode.
native - Collects data on native code only, does not attribute data to managed source.
mixed - Collects data on both native and managed code, and attributes data to managed source where appropriate. Consider using this option when analyzing a native executable that makes calls to the managed code.
managed - Collects data on both native and managed code, 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.
- auto
-
Mode is set automatically based on detected target type (executable, managed or native).
Use the mrte-mode option to specify one of the following Microsoft* run-time environment profiling modes: auto, native, mixed, or managed.
Collect hotspots data on native code only for a Windows sample application:
vtune -collect hotspots -mrte-mode native -- C:\test\sample.exe
Did you find the information on this page useful?
Feedback Message
Characters remaining: