Profile Inlined Code
Feature Only in Professional and Enterprise Editions Profiling is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .
If you specify, the Visual C++ compiler will perform inlining, which replaces a function call with an actual copy of the code. Profiling inlined code requires special attention.