Is there a good way to test the performance of instantiating my controls, specifically in respects of DataBinding
and Templates
performance?
I would like to know how much time applying the template and initializing the data binding takes.
I am using both WPF Performance Suite and ANTS Profiler but neither seems to provide information on these aspects.
Any ideas?