/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

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > Linker > Command Line property page.

  3. 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 also

MSVC linker reference
MSVC linker options