How to check the build time?

appliu 0 Reputation points
2024-10-22T13:39:05.5266667+00:00

I created a C++ project in VS2022. But how to check the build time? Can you help me?

Developer technologies Visual Studio Other
{count} votes

2 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    2024-10-22T14:57:15.8966667+00:00

    In the Visual Studio output window, Show output from Build you should get

    ========== Build completed at 7:55 AM and took 00.891 seconds ==========

    Does this answer your question? If not, add more details.

    0 comments No comments

  2. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2024-10-23T03:21:28.69+00:00

    Hi @appliu, 

    Welcome to Microsoft Q&A!  

    If you want to get more detailed build times, you can go to Tools > Options > Projects and Solutions > VC++ Project Settings > set Build Timing to Yes.

    User's image

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.