Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.