Hello,
Can anybody recommend me a tool or an approach to measure the performance of silverlight object inside of Internet Explorer object?
An approximate test scenario is
Start Timer; Open the page, Wait until the silverlight object raise an event (for ex. OnDisplayed()); Stop Timer;
OR
Start Timer; Open the page, Wait until the silverlight object will be displayed completely; Stop Timer;
Can I do this from C# program? Or it is easier to do this with some tool?
Thanks!