Showing category results for Build Optimization

Nov 12, 2025
Post comments count0
Post likes count0

Optimize Your C++ Build Times with GitHub Copilot

David Li
David Li

Long build times are one of the top pain points for C++ projects. If you’ve ever waited too long for a C++ build to finish, you know how much it can slow down your productivity. In past years, we introduced C++ Build Insights to help you analyze traces and find bottlenecks. However, we know that embarking on these investigations manually can still ...

C++Build InsightsBuild Optimization
Mar 18, 2025
Post comments count0
Post likes count4

Optimizing Build Times with Build Insights: How Activision Cut Call of Duty’s Build Time by 50%

Moyo Okeremi
Moyo Okeremi

Slow build times are a major headache for developers, especially in large, complex C++ codebases like game engines. Every minute spent waiting on a build is time that could be used to refine features, resolve issues, or push development forward. Activision faced this challenge with Call of Duty: Modern Warfare II, where prolonged build times were s...

Build InsightsC++Game Development
Sep 12, 2024
Post comments count2
Post likes count2

What’s New in Visual Studio Build Insights 17.12

Nelson Daniel Troncoso Eve Silfanus
Nelson,
Eve

We are excited to announce the latest Visual Studio 2022 17.12 Build Insights features. These updates provide developers with greater control and accuracy when diagnosing and optimizing C++ builds directly within Visual Studio. Download Visual Studio 2022 17.12 Preview We extend our thanks to the developer community, particularly our game stu...

C++AnnouncementBuild Insights