Sign In
mgoldin's blog
A blog about Profiler in Microsoft Visual Studio.
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
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
No tags have been created or used yet.
Archive
Archives
April 2011
(1)
December 2010
(1)
June 2010
(3)
April 2010
(2)
January 2010
(4)
August 2005
(1)
July 2005
(1)
June 2005
(2)
June, 2010
MSDN Blogs
>
mgoldin's blog
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
mgoldin's blog
CPU Performance Counters in Visual Studio 2010 Profiler
Posted
over 2 years ago
by
mgoldin
1
Comments
While using Visual Studio Profiler either from Visual Studio UI or through command line tools, you may wish to collect more/different information using specific CPU Performance Counters. The collected data depends on the profiling mode. As usage...
mgoldin's blog
Thread Performance: Resource Contention Concurrency Profiling in Visual Studio 2010
Posted
over 2 years ago
by
mgoldin
0
Comments
Does your native code deals with critical sections or other synchronization primitives? Does your managed code uses C# lock statement or Monitor class? If yes, and if you would like to get a clear picture of all contentions in your application, you might...
mgoldin's blog
VS2010: Silverlight 4 profiling from Visual Studio UI
Posted
over 2 years ago
by
mgoldin
3
Comments
In my previous post I showed how VS2010 Profiler command line tools can be used to profile your Silverlight 4 application, as this feature is only partially integrated with Visual Studio UI. While we are working on a full integration story, let me show...
Page 1 of 1 (3 items)