Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Profiler   (RSS)

Collecting performance counter information with the Visual Studio Team System profiler

Collecting performance counter information with the Visual Studio Team System profiler Introduction If you have ever done performance work on Windows systems you are probably already familiar with the PerfMon tool . This tool gives you an overview of

Pinpoint a performance issue using hotpath in Visual Studio 2008

Analyzing a performance report When you first open a performance report in Visual Studio 90% of the time the question on your mind is “where is my program spending most of its time?” In Visual Studio 2005 the best way to find this was to move to the calltree

The New Developer Menu in Visual Studio Team System

The new Developer menu in Visual Studio Team System In my recent series of blog posts I’ve been covering some of the cool new features that the Visual Studio Profiler team has been adding to the code profiler that is included with Visual Studio Team System

The Visual Studio Profiler Data Collection Control Part 1: Excluding Application Startup Time

The Visual Studio Profiler Data Collection Control Part 1: Excluding Application Startup Time Even if you are familiar with Visual Studio Team System you may not already know that a powerful profiler is included with both the Developer and Team Suite

Comparing performance reports with the Visual Studio Team System Profiler

Comparing performance reports with the Visual Studio Team System Profiler With the recent release of the first Beta for Visual Studio Team System ( codename Orcas ) customers will get their first chance to see all the great new features that we are adding

Two years in the software performance world

This past summer marked my second year (plus one summer internship) of working at Microsoft and on the Visual Studio Team System profiler . As a fresh out of college hire I had no experience working with large applications or working with application
Posted by ianhu | 1 Comments
Filed under:

Depends.exe and working with assembly dependencies

So in my last blog article I talked about using the fuslogvw.exe tool to figure out .NET assembly binding issues. In this article I’m going to look at another tool that I find myself using daily in the debugging world, depends.exe. In a nutshell, depends
Posted by ianhu | 1 Comments

Fuslogvw.exe and diagnosing .NET assembly binding issues

So let’s say that you are working with a large managed project and for some reason, one of your binary files just refuses to load. Perhaps you get some esoteric error message and perhaps not. If so then you may very well be in the world of managed assembly
Posted by ianhu | 7 Comments
Filed under:

Profiling IO Bound applications with Visual Studio Team System – Part One

It just so happens (and I know that I’ve mentioned it here before) that the Visual Studio Team System Profiler has both sampling and instrumentation modes available for you to use. However, in most of my samples so far I’ve been using the sampling mode
Posted by ianhu | 1 Comments
Filed under:

Using the new Connect community feedback system for Visual Studio Team System

For my team I’m the point man on tracking all of the customer feedback bugs that we get submitted from external users. This is one of the best parts of my job as I really enjoy interacting with customers and getting to keep my finger on the pulse of what
Posted by ianhu | 0 Comments

Visual Studio Team System 2005 Code Coverage Tool FAQ

This FAQ will collect the most common questions that are asked about the code coverage tool that is included with Visual Studio Team System for Developers (and Team Suite edition). Q: Why am I seeing some uncovered blocks in my program when I’m sure that
Posted by ianhu | 8 Comments
Filed under:

Advanced instrumenting with the VSTS profiler 101: /start

When you are working with the Visual Studio profiler in instrumentation mode you often want to be able to limit the amount of data that you are seeing. I posted an earlier TechNote (from an Angry Richard blog article ) that described (in 40,000 foot terms)
Posted by ianhu | 5 Comments
Filed under:

Code coverage and the foreach loop

In our support forums for Visual Studio Team System I’ve seen a large number of questions from customers who have seen inconsistencies from the code coverage tool when covering sections of code that containing a foreach loop. What customers are seeing
Posted by ianhu | 2 Comments
Filed under:

Performance Profiling Parse vs. TryParse vs. ConvertTo

When programming in .Net you are presented with several different ways to extract a numerical value (I’m using an Int32 for my example) from a string. Recently I was looking at the differences between Parse, TryParse and ConvertTo. So I figured that I
Posted by ianhu | 14 Comments
Filed under:

Visual Studio Team System TechNotes

Looking for some good information on the Visual Studio Team System profiler or just on Team System topics in general? The kind folks at MSDN have opened up a new section of TechNotes to aggregate lots of quick-hitting articles on various Team System components.
Posted by ianhu | 0 Comments
Filed under:
More Posts Next page »
 
Page view tracker