Perforator could you give hints on your apps performance.
If you have attended last years PDC you would see some detailed examples on how to use these tools. Examples could be found in our WPF performance lab doc.
My good friend Tim has also bloged on these tools. I would highly recommend that you read his blog.
Perf. Monitororing
AnanthK
Hello Dmitry,
Would depend on what you are trying to measure.
For workingset you could use Vadump and CLRProfiler
For speed you can use TraceLog and Performance Analyzer included in Visual Studio 2005 Team Edition for Developers, and Visual Studio 2005 Team Suite.
Perforator could you give hints on your apps performance.
If you have attended last years PDC you would see some detailed examples on how to use these tools. Examples could be found in our WPF performance lab doc.
My good friend Tim has also bloged on these tools. I would highly recommend that you read his blog.
http://blogs.msdn.com/timothyc/archive/2006/02/28/540291.aspx
Kiran kumar
WPF performance team.
Microsoft
kamran khawaja
There is a tool called Perforator that comes with the Windows SDK.
HTH,
Drew