Showing results for performance - C++ Team Blog

Jan 5, 2011
0
0

Grr… My VC++ Project Is Building Slower in VS2010. What Do I Do Now? (A Step by Step Guide)

Diego Dagum - MSFT
Diego Dagum - MSFT

Hi, my name is Renin John and I work as a Software Development Engineer in Test with the VC++ Project and Build Team. I was involved in testing the Build performance of the VS 2010 IDE and I wanted to give you all an idea about what to expect, and some basic steps you could take if you end up in a situation where your project builds slower in V...

C++
Jul 7, 2010
0
0

How we test the compiler performance

Visual CPP Team
Visual CPP Team

The C++ back-end team is very conscious of the performance of our product.  Today I will present to you an overview of how we define “performance of our product” and the way we measure it.  Along the way I hope to introduce you to some new ideas that you can use to test your product’s performance as well. You can read Al...

C++