【发布时间】:2011-03-19 08:34:06
【问题描述】:
特别是DataBinding 和Templates,有没有什么好方法可以测试我的控件在这些方面的性能。
我想知道应用模板和初始化数据绑定需要多少时间。
我同时使用 Wpf Performance Suite 和 ANTS Profiler,但似乎都没有提供有关这些方面的信息。
有什么想法吗?
【问题讨论】:
标签: .net wpf performance templates data-binding
特别是DataBinding 和Templates,有没有什么好方法可以测试我的控件在这些方面的性能。
我想知道应用模板和初始化数据绑定需要多少时间。
我同时使用 Wpf Performance Suite 和 ANTS Profiler,但似乎都没有提供有关这些方面的信息。
有什么想法吗?
【问题讨论】:
标签: .net wpf performance templates data-binding
没有一个分析工具(我遇到过)具有这种功能。关于绑定,我发现这篇文章/文章很有用 -
检测应该是的绑定 一度: http://code.logos.com/blog/2008/10/detecting_bindings_that_should_be_onetime.html
优化性能:数据绑定: http://msdn.microsoft.com/en-us/library/bb613546.aspx
【讨论】: