Sign in
Visual Studio Profiler Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
articles
colin
orcas
profiler
team system
tips
visual studio
vs2008
vs2010
vsts
Browse by Tags
MSDN Blogs
>
Visual Studio Profiler Team Blog
>
All Tags
>
vs2008
Tagged Content List
Blog Post:
Tip: VS2008 – Finding and Setting Properties (Right-Click)
profiler1
The Visual Studio Profiler has many properties and options and this tip shows you where to find most of them. Future posts may cover some of the specific properties in more detail. Performance Session: Select an existing Performance Session in the Performance Explorer to see properties in the Properties...
on
22 Sep 2008
Blog Post:
Tip: VS2008 - Understanding Performance Targets
profiler1
If you have a solution that contains multiple projects it is important to know what the 'Targets' group in the Performance Explorer is used for. The PeopleTrax solution shown on the right has 4 projects, with 3 of them compiling to managed DLLs and 1 compiling to an executable. After running the Performance...
on
18 Jul 2008
Blog Post:
Excluding Small Functions From Instrumentation
profiler1
In Visual Studio 2008, we added a feature to exclude small functions from instrumentation. A small function is a function that has very few instructions and makes no function calls (i.e. it’s a leaf). The idea behind this feature is that small functions are unlikely to be significant in the overall profile...
on
8 Jul 2008
Blog Post:
Quick Tip: VS2008 - Compare Reports Quickly
profiler1
While investigating a performance problem you may need to collect many Performance Reports and compare them. You can use the Performance Explorer to quickly compare two reports by: Selecting two reports. Right-clicking and choosing 'Compare Performance Reports...' The oldest report will be used for the...
on
2 Jul 2008
Blog Post:
What code path is allocating the most bytes for a type?
profiler1
In Visual Studio 2008, we added the ability to quickly determine the most expensive call stack in your application . In profiler parlance, the “most expensive call stack” is known as the “hot path”. What do we mean by “expensive”? “Expensive” is whatever measure you want it to be: number of samples in...
on
14 Jun 2008
Blog Post:
Quick Tip: "Save Analyzed" for large VSP files
profiler1
One cool new feature in the Visual Studio 2008 Profiler is the ability to take a large VSP file that has been analyzed once and save the report data into a VSPS file ( V isual S tudio P rofiler S ummary files). Saving the analyzed data has several major benefits: The analyzed data is orders...
on
18 May 2008
Blog Post:
Performance: Find Application Bottlenecks with Visual Studio Profiler
profiler1
A couple of members of the profiler team recently wrote an article for msdn magazine , which describes how to use the Visual Studio 2008 profiler to improve the performance of an application. They examined a Mandelbrot fractal drawing program in some detail and isolated and fixed several performance...
on
22 Apr 2008
Blog Post:
Articles on new Visual Studio Team System 2008 profiler features
profiler1
I’ve recently been working on a series of post on my blog about many of the cool new features that we are adding in Visual Studio Team System 2008 (codename Orcas). So I figured that I’d post a quick link here to all the articles that I’ve finished so far. Collecting Performance Counter information...
on
19 Oct 2007
Blog Post:
S. Somasegar on new profiler features
profiler1
S. Somasegar the VP of Developer Division has just put up a post on his weblog detailing some new profiler and debugger features up coming in VS 2008. Check out the article here . [ ianhu ]
on
18 Sep 2007
Page 1 of 1 (9 items)