Profiler Batch Response Files

HomeOverviewDetails

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.

All three profiler programs accept response files. As a result, the command line:

PREP /OM /FT /EXC nafxcwd.lib %1

can be replaced by the line:

PREP @opts.rsp %1

if you create a file OPTS.RSP that contains this text:

/OM /FT /EXC nafxcwd.lib    # this is a comment

The number sign (#) in a response file defines a comment that runs through the end of the line.