PROFILE (Windows CE 5.0)

This configuration option specifies whether Romimage.exe includes the profiler structure and symbols in the run-time image.

This option uses the following syntax.

  PROFILE = OFF | ON | ALL

Parameters

  • OFF
    By default, Romimage.exe does not include the profiler structure and symbols in the run-time image.
  • ON
    Romimage.exe includes the profiler structure and symbols in the run-time image, using an abbreviated Microsoft® eMbedded Visual C++® 4.0 development system symbol name to conserve space in the run-time image.
  • ALL
    Romimage.exe includes the profiler structure and symbols in the run-time image, using the complete eMbedded Visual C++ 4.0 symbol name.

Remarks

Disable this configuration option in a run-time image built from the default Release configuration.

If symbols are not included in an .exe file in the run-time image, the symbols can be obtained from the .map files.

See Also

CONFIG Section | Monte Carlo Profiling | Binary Image Builder File

Last updated on Thursday, February 02, 2006

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.