Configuring the Config.bib File for IMGPROFILER (Compact 2013)

3/26/2014

In Windows Embedded Compact, when the IMGPROFILER environment variable is set, you must verify that the Config.bib and Common.bib files contain appropriate conditional logic to respond to the value of this environment variable.

To configure the Config.bib file for IMGPROFILER

  • In the Config.bib file, if IMGPROFILER is set, set PROFILE=ON. Verify that the Config.bib file contains the following code.

    IF IMGPROFILER
       PROFILE=ON
    ELSE
       PROFILE=OFF
    ENDIF
    

    When you set PROFILE=ON, the Make Binary Image tool (Makeimg.exe) is instructed to add information required for profiling into the run-time image. For more information about the PROFILE flag, see PROFILE.

See Also

Tasks

Building a Run-Time Image That Supports Standalone Profiling

Concepts

Setting up the Kernel Profiler

Other Resources

Make Binary Image Tool (Makeimg.exe)