views:

225

answers:

1

What is a good (and preferably simple) way to test the rendering performance of WPF custom controls? I have several complex controls in which rendering performance is highly crucial. I want to be able to make sure that I can have lots of them drawwing out in a designer with a minimal impact on performance.

+2  A: 

Tool called Perforator will help you.
See following article for details:

Performance Profiling Tools for WPF

aku
Is there some tutorial *how* to use the profiling tools to speed up a control???
Sam