/TIME
(Linker time information)
Output the time taken by linker steps and total link time.
Syntax
/TIME
Remarks
The /TIME
linker option displays the time taken by the linker steps and the total link time in seconds, with millisecond precision.
To set this linker option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.
Select the Configuration Properties > Linker > Command Line property page.
In the Additional Options box, add the
/TIME
linker option. Choose OK or Apply to save your changes.
To set this linker option programmatically
- See AdditionalOptions.