Measures build times in Visual Studio
Download either via searching in Extension Manager in Visual studio or download it manually
When any solution is opened, the extension is loaded and will start output to a output-window called "Build monitor" (Found in View -> Output -> Change "Show output from:" dropdown-list). It measures solution total build time and each project built. After every build the data is also saved to a file on disk (see output-window for path) as json.
- Install the Visual Studio 2013 SDK to get references needed to be able to open the projects.
If you find a bug or desire some feature, please create an issue here in Github.