Share via


PROFILE

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

PROFILE = OFF | ON | ALL

Parameters

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

Remarks

This configuration option should be disabled on release configurations.

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

See Also

CONFIG Section | Monte Carlo Profiling

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.