Feature Only in Professional and Enterprise Editions Profiling is supported only in Visual C++ Professional and Enterprise Editions. For more information, see Visual C++ Editions.
Before using the profiler, you must build the current project with profiling enabled (equivalent to the command line setting LINK /PROFILE
). If you want to perform function profiling only in the current project, you only need to enable profiling for the linker.
If you want to do line profiling, you also need to include debugging information.
To build your project for function profiling
Note Selecting the Enable Profiling check box turns off incremental linking. To re-enable incremental linking, clear the Enable Profiling option.
To build your project for line profiling
When the build is complete, the project is ready to be profiled.