Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Tags
2010
64-bit
beta
beta 2
collection plan
custom
debugger
developer
historical debugger
intellitrace
intellitrace events
itrace
magazine
microsoft
Microsoft General
orcas
Pages
Profiler
Random
team system
Test Manager
tsbt-dev
ultimate
visual studio
visual studio team system
Archives
Archives
April 2012
(1)
December 2010
(1)
August 2010
(1)
July 2010
(1)
May 2010
(2)
April 2010
(1)
March 2010
(3)
February 2010
(4)
January 2010
(1)
November 2009
(1)
October 2009
(1)
June 2009
(1)
May 2009
(2)
October 2007
(1)
September 2007
(1)
August 2007
(1)
July 2007
(1)
April 2007
(1)
October 2006
(1)
September 2006
(1)
August 2006
(1)
July 2006
(2)
June 2006
(2)
May 2006
(3)
April 2006
(2)
March 2006
(3)
February 2006
(1)
January 2006
(1)
December 2005
(3)
November 2005
(3)
October 2005
(3)
September 2005
(4)
August 2005
(5)
July 2005
(3)
June 2005
(8)
May 2005
(3)
April 2005
(3)
March 2005
(10)
February 2005
(8)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
IntelliTrace Info
Using the new Visual Studio Team System Profiler in the IDE - Part 1: Starting a new performance session
Posted
over 8 years ago
by
IanHuff - MSFT
18
Comments
When I started working at Microsoft this past June, I was excited about two main aspects of my job. First off, I was going to work with developer tools. It’s a truly great thing to be able to work with and to improve a product that you yourself rely on...
IntelliTrace Info
Fuslogvw.exe and diagnosing .NET assembly binding issues
Posted
over 7 years ago
by
IanHuff - MSFT
7
Comments
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...
IntelliTrace Info
IntelliTrace in Visual Studio 2010 Ultimate
Posted
over 4 years ago
by
IanHuff - MSFT
9
Comments
IntelliTrace in Visual Studio 2010 Ultimate What is IntelliTrace in a nutshell? If you’ve been in the development world for any length of time you’ve probably ended up in a situation like one of the following more than a few times. · You’ve received...
IntelliTrace Info
Performance Profiling Parse vs. TryParse vs. ConvertTo
Posted
over 8 years ago
by
IanHuff - MSFT
14
Comments
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...
IntelliTrace Info
Comparing performance reports with the Visual Studio Team System Profiler
Posted
over 6 years ago
by
IanHuff - MSFT
27
Comments
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...
IntelliTrace Info
Collecting performance counter information with the Visual Studio Team System profiler
Posted
over 6 years ago
by
IanHuff - MSFT
6
Comments
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...
IntelliTrace Info
Using the new Visual Studio Team System Profiler in the IDE - Part 2: Configure settings for a profiling run
Posted
over 8 years ago
by
IanHuff - MSFT
10
Comments
Welcome back to my walkthrough of how to use the new profiler in Visual Studio Team System 2005 . If you are unfamiliar with the new profiler, check out the first part of my walkthrough to get some basic info about the profiler. In the last section of...
IntelliTrace Info
Pinpoint a performance issue using hotpath in Visual Studio 2008
Posted
over 6 years ago
by
IanHuff - MSFT
15
Comments
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...
IntelliTrace Info
Depends.exe and working with assembly dependencies
Posted
over 7 years ago
by
IanHuff - MSFT
1
Comments
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...
IntelliTrace Info
The Profiling Team’s Greatest Hits: Volume One
Posted
over 8 years ago
by
IanHuff - MSFT
4
Comments
I’ve pulled together all of the technical articles and walkthroughs from the various team member blogs that relate to the profiler. If you want some info about how to use the profiler in Visual Studio Team System 2005 this is the place to be. Posts...
IntelliTrace Info
How to profile signed assemblies in instrumentation mode
Posted
over 8 years ago
by
IanHuff - MSFT
5
Comments
If you have tried to profile signed binaries in instrumentation mode you may have seen the following error message pop up. If you attempt to continue, then the application that you are profiling will probably crash and you will not collect any...
IntelliTrace Info
Analyzing a performance report in Visual Studio Team System 2005 Part 3: The Object Allocation and Object Lifetime views.
Posted
over 8 years ago
by
IanHuff - MSFT
5
Comments
In this installment of my walkthroughs for using the new profiler in Visual Studio Team System , I’ll be showing how to collect and view some interesting data about managed objects. To enable the collection of managed object data, you’ll need to set the...
IntelliTrace Info
Visual Studio Team System FAQ
Posted
over 7 years ago
by
IanHuff - MSFT
10
Comments
I just recently whipped up a FAQ on the profiler to post as a sticky thread in the VSTS for Developers forum. In the interests of getting this information out to as many people as possible, I'm posting it here as well. Q: What is the difference...
IntelliTrace Info
Using the new Visual Studio Team System Profiler in the IDE - Part 3: Using the Performance Explorer
Posted
over 8 years ago
by
IanHuff - MSFT
3
Comments
For those of you who are new to these walkthroughs, I am detailing how the new profiler in Visual Studio Team System 2005 works from within the IDE. If this is your first look at these walkthroughs, check out part one for my introduction and to learn...
IntelliTrace Info
The Visual Studio Profiler Data Collection Control Part 1: Excluding Application Startup Time
Posted
over 6 years ago
by
IanHuff - MSFT
11
Comments
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...
IntelliTrace Info
Basic Command Line Profiling
Posted
over 8 years ago
by
IanHuff - MSFT
9
Comments
Hey all, It's been a little while since my last post as things have been (and continue to be) pretty busy for me. Recently I've been working on some TechNotes (~1000 word mini articles) that will be published up on MSDN. While most of these I have been...
IntelliTrace Info
Buying an LCD Monitor / HDTV
Posted
over 8 years ago
by
IanHuff - MSFT
1
Comments
Over the last week I’ve shopped for and purchased an LCD TV to use as both a computer monitor and as a HD gaming TV. Since I had a bad buying experience involved in this, I figured that I would share my two cents about the process. The first TV...
IntelliTrace Info
Rico’s Performance Quiz Vs. The F1 Profiler
Posted
over 8 years ago
by
IanHuff - MSFT
3
Comments
The Quiz: Recently Ricom posted a performance quiz on his blog asking about the performance scenario difference between the two following code fragments. The first fragment uses generics while the second uses an arraylist. Now, I’m not a performance...
IntelliTrace Info
Hello Code Coverage! - Part 1
Posted
over 8 years ago
by
IanHuff - MSFT
6
Comments
What can I say…I’m a big fan of hello world type walkthroughs. With new technology you often just want to bite off a little chunk to see what is has to offer. In that spirit, I’ll be taking a quick two part dive into running a simple code coverage scenario...
IntelliTrace Info
Getting version and company information in an interop DLL created with tlbimp
Posted
over 8 years ago
by
IanHuff - MSFT
2
Comments
Recently at work I was called on to fix a bug regarding primary interop assemblies created with tlbimp. Our issue was in finding out how to get the correct company name and version info into the interop assemblies, since tlbimp does not let you specify...
IntelliTrace Info
Analyzing a performance report in Visual Studio Team System 2005 Part 1: The Summary View
Posted
over 8 years ago
by
IanHuff - MSFT
4
Comments
In my previous series of blog posts I’ve outlined how to create and configure a new profiling session in Visual Studio Team System 2005 . Now I’m going to take a look at using the various analysis views provided by the IDE to diagnose a performance issue...
IntelliTrace Info
IntelliTrace iTrace Files
Posted
over 4 years ago
by
IanHuff - MSFT
3
Comments
If you are not familiar with the new IntelliTrace feature in Visual Studio Team System 2010 than you might want to first check out either my or John Robbins’ introductions to this feature as a general overview of IntelliTrace would be helpful before digging...
IntelliTrace Info
The F1 Profiler vs. .NET string comparisons
Posted
over 8 years ago
by
IanHuff - MSFT
8
Comments
Recently I was working through some of our codebase working on converting some existing string comparison functions to use new .NET framework 2.0 comparison functionality. Common practice was to use InvarientCulture for most string comparisons. The .NET...
IntelliTrace Info
Advanced instrumenting with the VSTS profiler 101: /start
Posted
over 7 years ago
by
IanHuff - MSFT
5
Comments
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...
IntelliTrace Info
IntelliTrace and Microsoft Test Manager
Posted
over 3 years ago
by
IanHuff - MSFT
3
Comments
One of our main goals with IntelliTrace was to help close down the “no repro” gap between developers and testers. It’s frustrating and a waste of time and resources to have testers and developers going back and forth with testers reporting issues and...
Page 1 of 4 (95 items)
1
2
3
4