WPF perf blog and WPF perf tool thoughts
Really good to see a perf blog for WPF, welcome Tim Cahill, subscribed!
In terms of ideas for WPF performance tools I would like to see ways of looking at peformance of several points in my appliation.
- Time to load data from an external source such as WCF channel
- Time to load data from an internal source such as an object or XML island.
- Time to load graphics
- Time to render/filter and sort data
- Time to load 3D object
I would also want to see the performance of any animations and 3D manipulation.
I guess I would see this as something that I can attach, run my WPF application and then see what impact it has had. On a related note I would want perf testsing on my WCF channel as well testing that as a service first then in line with my WPF application. Thats my take.