Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 908 Bytes

README.markdown

File metadata and controls

17 lines (13 loc) · 908 Bytes

Build monitor

Measures build times in Visual Studio

To install

Download either via searching in Extension Manager in Visual studio or download it manually

How it works

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.

Notes for contributors

Features and bugs

If you find a bug or desire some feature, please create an issue here in Github.