Posts by this author

Jul 23, 2015
0
0

Code Metrics PowerTool for Visual Studio 2015 Available on Microsoft Download Center

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In 2011, we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of these metrics into the bui...

DevOpsGit & Version Control
Apr 29, 2015
0
1

Diagnosing Event Handler Leaks with the Memory Usage Tool in Visual Studio 2015

Memory Usage tool in the Diagnostics Tool window In Visual Studio 2015 CTP 6 we introduced the new debugger-integrated diagnostics tools, including the Memory Usage tool. For the first time, you could investigate memory growth on the managed heap without leaving everyone’s favorite tool, the debugger. Based on your feedback, we’ve been refining th...

DevOpsGit & Version Control
Nov 13, 2014
0
0

Memory Usage Tool while debugging in Visual Studio 2015

29 April, 2015: Updated for the release of Visual Studio 2015 RC Introduction In Visual Studio 2013 we introduced the Memory Usage tool as part of the Performance and Diagnostics hub. This tool, like the rest of the profiling tools in the Performance and Diagnostics hub, is designed to work with processes without a debugger attached, leaving you ...

DevOpsGit & Version Control
Apr 1, 2014
0
0

Code Metrics PowerTool for Visual Studio 2013 Available on Microsoft Download Center

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In the distant past (circa 2011), we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of t...

DevOpsGit & Version Control