开发者

How do I profile XAML performance?

开发者 https://www.devze.com 2023-04-12 02:49 出处:网络
I\'m getting deeper into xaml (WPF in my case), and really enjoying it. However, I\'d quite like to understand now (before it\'s too late) how to profile th开发者_如何学Ce performance of xaml. Are th

I'm getting deeper into xaml (WPF in my case), and really enjoying it.

However, I'd quite like to understand now (before it's too late) how to profile th开发者_如何学Ce performance of xaml. Are there any tools out there to do it, or is it a case of just learning it well and spotting potential performance problems by reading the code?

I've used various code profilers in the past, but don't recall one that can help profile a declarative language such as xaml.


I'm using the Performance Explorer tool in VS2010 to check performances of my WPF solutions.


I have had to profile a number of applications in the past that use WPF, but I have never used any tool that has any WPF-specific features.

I have used the VS2010 Performance Explorer and RedGate's ANTS profiler and they have always been sufficient to establish the bottlenecks, but then it's worth saying that those bottlenecks were much more common in my view model or data layer than in my view, and neither client (afaik) is able to easily point out performance issues within the XAML markup itself.


Check out the XAML UI Responsiveness Tool (aka XAML Profiler). See this talk for reference.

0

精彩评论

暂无评论...
验证码 换一张
取 消