Welcome to MSDN Blogs Sign in | Join | Help

Introducing Performance Console

Ever wonder how I get those nice looking HTML call trees with attributed costs like this one here in my last quiz?

Well, it turns out that Josh Williams wrote an excellent program for massaging the perf results that come out of our profiler.  The way it works is that you get a profile as usual and then you use the tools (or the UI) to export the data in .csv format.  Josh shows how in this article from the command line but the export function does the same job.

Once you have your .csv files you can use the newly released Performance Console to read those files and browse them.  Now I love this tool because it includes some of my favorite features (yes I nag very well, Josh can attest *grin*) such as "show me the call tree with all functions at least 5% inclusive time." And the best part is you don't have to keep clicking open-open-open to browse deep call trees.

By the way, our own profiler team looks at this tool and others very closely in deciding what to do in their next iteration so hopefully we'll see more and more of this stuff being available without special downloads. 

But why wait?  You can have this goodness now.

One last great thing about the perfconsole tool -- you can save the results of a session as HTML and then mail them or blog them or whatever.

Josh will be posting some usage hints soon.  But for now, go ahead and grab it and play.  You'll love it!  Heck, post me some of your favorite outputs.

Did I mention its extensible?  I hope he posted the whole manual or I have to nag some more. :)

Try it, you won't be sorry.

UPDATE:  Josh just wrote an introduction to Performance Console, find it here.

Published Thursday, August 03, 2006 4:03 PM by ricom
Filed under: ,

Comments

# PerfConsole is unleashed...

So, Rico beat me to the punch: http://blogs.msdn.com/ricom/archive/2006/08/03/688019.aspx     As...
Friday, August 04, 2006 11:04 AM by Josh Williams

# re: Introducing Performance Console

For those of us in the non-Managed, non-TeamSystem ghetto, PerformanceValidator ( http://www.performancevalidator.com/cpp/profiler/index.html ) does a good job of producing similar reports.

Btw - love the blog, Rico!
Friday, August 04, 2006 11:46 AM by Shog9

# re: Introducing Performance Console

Shog9 -- TeamSystem is available with a 180 day free trial here: http://blogs.msdn.com/joshwil/archive/2006/08/01/685350.aspx.

It works (as does PerfConsole) on managed and unmanaged code, in fact PerfConsole was created to satisfy my need to tune unmanaged code, specifically the unmanaged portion of the CLR.
Friday, August 04, 2006 11:52 AM by joshwil

# re: Introducing Performance Console

This is great! Thanks Josh.  After spending all this time looking for the "make your output look good like Rico's" option in VSTS, now I know the secret and can quit using Excel.
Friday, August 04, 2006 1:13 PM by Steven Hemingray

# Performance: You are only as good as your measurements

I recently had a fun time baking cookies with my three year old son.. He had a great time scooping out...
Saturday, August 05, 2006 5:41 PM by Brad Abrams

# re: Introducing Performance Console

Thursday, August 17, 2006 3:04 AM by http://www.enderminh.com/netdev/

# Performance Console

Ever got lost in reading the call stack trace from .NET profiler? I do in the recursive calls to funtions....
Saturday, August 26, 2006 10:52 PM by Gaurav's Database...
New Comments to this post are disabled
 
Page view tracker