Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Feature Only in Professional and Enterprise Editions Profiling is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .
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.