1

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!

4

1 に答える 1

0

Silverlight アプリケーションの読み込みページを変更し、読み込み開始時にタイマーを開始できます。ロードが終了したら、タイマーを停止して結果を表示できます。読み込みページを変更するコードは次のとおりです

于 2010-10-27T12:11:24.310 に答える