Sign in
Daryush's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
January 2010
(1)
December 2009
(2)
June 2009
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Daryush's Blog
Multi-Tier Performance Analysis
Posted
over 4 years ago
by
dalaqab
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...
Daryush's Blog
Q: Which Profiling Mode Should I use?
Posted
over 4 years ago
by
dalaqab
1
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...
Page 1 of 1 (2 items)