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)
January, 2010
MSDN Blogs
>
Visual Studio Profiler Team Blog
>
January, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Profiler Team Blog
VS2010: Using profiler to improve cache data locality
Posted
over 2 years ago
by
profiler1
0
Comments
A recent Concurrency Hazards: False Sharing article demonstrates how VS2010 profiler can be used to detect source of cache data locality issues. To achieve this, you can sample with cache specific CPU performance counters, as long as you do not run inside...
Visual Studio Profiler Team Blog
VS2010: Investigating a sample profiling report (Function Details)
Posted
over 2 years ago
by
profiler1
0
Comments
I’ve already discussed how the new profiler summary page makes it easier to discover and fix performance issues, but sometimes a little more investigation is required. This time I’m going to drill in with another new VS2010 feature called the Function...
Visual Studio Profiler Team Blog
PRF0025: No data was collected – why is that?
Posted
over 2 years ago
by
profiler1
0
Comments
One day, you may try to use Visual Studio profiler to sample an application you develop, and end up with an error saying no data is collected: Profiling started. Profiling process ID 2752 (<Your Application Name>). Process ID 2752 has exited. Data...
Visual Studio Profiler Team Blog
VS 2008 Profiler and Nehalem Intel Processor
Posted
over 2 years ago
by
profiler1
0
Comments
When you run VS 2008 SP1 profiler on Intel Nehalem CPU based machine, you may experience crash of operating system (blue screen). This problem occurs because the sampling profiler uses a kernel mode driver in the operating system. However, the Intel Nehalem...
Visual Studio Profiler Team Blog
Visual Studio Profiler in Virtual Environment
Posted
over 2 years ago
by
profiler1
0
Comments
Visual Studio profiler usage on virtual machines was limited so far, as it didn’t support Sampling mode in such environment. I’m glad to note that in Visual Studio 2010 you can sample your applications inside of virtual machines. VMs could be created...
Visual Studio Profiler Team Blog
How to Profile NUnit tests using the Visual Studio 2010 Profiler
Posted
over 2 years ago
by
profiler1
0
Comments
Profiling NUnit tests can be achieved in a few simple steps. The first step, of course, is to decide on which method of profiling is best suited to analyze the performance of your unit test. One of my earlier posts addresses this question, which you can...
Page 1 of 1 (6 items)