PerfView Tutorial 3 - Resolving Symbols | PerfView Tutorial

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span>This is the third in a series of video tutorials on how to use the PerfView profiling tool. It is best to watch the video using one of the high quality links on the right so the text is readable. A big part of an effective performance investigation is getting symbolic information (method names) for the parts of the program that are of interest to you. This tutorial describes what you need to know to insure getting this information is not a stumbling block. You may wish to also to to the http://channel9.msdn.com/posts/PerfView-Tutorial-1-Collecting-data-with-the-Run-command first tutorial on data collection or the http://channel9.msdn.com/posts/PerfView-Tutorial-2-A-Simple-CPU-Performance-Investigation second tutoral on data analysis if you have not already done so. The http://channel9.msdn.com/posts/PerfView-Tutorial-4-Grouping-And-Folding next tutorial is on the powerful grouping and folding operations PerfView supplies. <span>The PerfView tool is a free Windows performance tool developed by the Microsoft .NET Runtime Performance team for investigating both managed can unmanaged performance problems. If you are having a performance problem, especially if it is a .NET application, it is hard to overestimate the value of this tool. <span>You can get the http://www.microsoft.com/en-us/download/details.aspx?id=28567 PerfView tool (for free) at the Microsoft Download center. (bing search on PerfView download). PerfView consists of a single XCOPYable EXE so it is easy to simply try out. You can literally open the .ZIP file, and double click on the .EXE inside to launch it and then follow along with the video tutorial. Ultimately you will want to copy this file out of the ZIP file (e.g. drag it to the desktop) to make it easier to launch. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ac0261cc3efb4a45abb8a09101035b03

View the full article
 
Back
Top