description | title | ms.date | f1_keywords | helpviewer_keywords | ||
---|---|---|---|---|---|---|
Learn more about the /TIME (Linker time information) linker option. |
/TIME |
05/11/2022 |
|
|
Output the time taken by linker steps and total link time.
/TIME
The /TIME
linker option displays the time taken by the linker steps and the total link time in seconds, with millisecond precision.
-
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.
- See xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.AdditionalOptions%2A.