Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Visual Studio Profiler Team Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
articles
colin
orcas
profiler
team system
tips
visual studio
vs2008
vsts
Archives
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)
Current Profiler Team
Steve Carroll
Colin Thomsen
Chris Schmich
Maxim Goldin
Links
Profiler Forums
Profiler Team Alumni
Eric Jarvi
John Cunningham
Richard Wurdack
Ian Huff
John Lyon-Smith
Ishai Ben Aroya
David Gray
July 2008 - Posts
Tuesday, July 29, 2008 2:22 PM
Sample Profiling And Stdin
Some command-line applications can read from stdin for use as program input. The canonical example of this is sort.exe which sorts the list of strings given to it and prints it back out to the console: C:\Temp> type letters.txt m z a C:\Temp>
Posted by
profiler
|
0 Comments
Friday, July 18, 2008 1:59 PM
Tip: VS2008 - Understanding Performance Targets
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
Posted by
profiler
|
0 Comments
Filed under:
profiler
,
vs2008
,
vsts
,
tips
Tuesday, July 08, 2008 7:57 PM
Excluding Small Functions From Instrumentation
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
Posted by
profiler
|
3 Comments
Filed under:
vs2008
,
tips
Wednesday, July 02, 2008 10:00 AM
Quick Tip: VS2008 - Compare Reports Quickly
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
Posted by
profiler
|
0 Comments
Filed under:
profiler
,
team system
,
vs2008
,
tips