Sign In
Visual Studio Profiler Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
articles
colin
orcas
profiler
team system
tips
visual studio
vs2008
vs2010
vsts
Archive
Archives
May 2011
(2)
April 2011
(1)
February 2011
(1)
December 2010
(1)
July 2010
(1)
June 2010
(3)
April 2010
(2)
February 2010
(2)
January 2010
(6)
December 2009
(5)
October 2009
(1)
June 2009
(1)
April 2009
(2)
February 2009
(1)
October 2008
(2)
September 2008
(2)
August 2008
(3)
July 2008
(4)
June 2008
(2)
May 2008
(1)
April 2008
(1)
October 2007
(1)
September 2007
(1)
June 2007
(1)
May 2007
(1)
April 2007
(1)
April 2006
(2)
August 2005
(2)
July 2005
(2)
June 2005
(3)
May 2005
(1)
April 2005
(9)
March 2005
(5)
February 2005
(1)
January 2005
(4)
November 2004
(1)
August 2004
(4)
July 2004
(1)
June 2004
(5)
May 2004
(7)
December, 2009
MSDN Blogs
>
Visual Studio Profiler Team Blog
>
December, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Profiler Team Blog
VS2010: New Profiler Summary Page
Posted
over 3 years ago
by
profiler1
0
Comments
With Visual Studio 2010 we want to make it easier for customers to find and fix performance issues with their code. One of the first things we looked at was the view that shows up after profiling an application – the Summary Page. I’ll describe a few...
Visual Studio Profiler Team Blog
Using the keyboard to profile an application (Alt-F2 shortcut)
Posted
over 3 years ago
by
profiler1
0
Comments
In announcing Visual Studio Beta 2 profiler features, Chris mentioned that we have a new option on the Debug menu called ‘Start Performance Analysis’ which has the Alt-F2 keyboard shortcut. This makes it easier than ever to start profiling your application...
Visual Studio Profiler Team Blog
Multi-Tier Performance Analysis
Posted
over 3 years ago
by
profiler1
0
Comments
Think of a typical three-tier application; the one that has, let’s say, an ASP.NET UI, a business logic layer, and a data access layer which talks to a SQL Server instance. Ever wondered which queries are executed as a result of serving a page? Ever wondered...
Visual Studio Profiler Team Blog
Which Profiling Mode Should I use?
Posted
over 3 years ago
by
profiler1
0
Comments
Short Answer: Profiling Mode When to use CPU Sampling Use this mode to identify methods that consume too much CPU. This mode has low overhead and is well suited for CPU bound applications. Instrumentation Use this mode to get exact call count and exact...
Visual Studio Profiler Team Blog
VS2010: Attaching the Profiler to a Managed Application
Posted
over 3 years ago
by
profiler1
0
Comments
Before Visual Studio 2010, in order to attach the profiler to a managed application, certain environment variables had to be set using vsperfclrenv.cmd. An example profiling session might look like this: vsperfclrenv /sampleon [Start managed...
Page 1 of 1 (5 items)