您如何衡量 Silverlight 应用程序的性能?
用于衡量 Silverlight 性能的工具/实践有哪些?
我对渲染某些 xaml 对象以及我编写的算法的性能成本感兴趣。 我正要开始为此编写自己的课程,但我想我应该先在这里问。
先感谢您。
What are some tools/practices used to measure performance with Silverlight?
I am interested in the performance costs of rendering certain xaml objects as well as algorithms I have written. I was about to start writing my own classes for this, but I thought I would ask here first.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
查看 Silverlight Spy 2。其中的“事件”、“网络”和“性能”选项卡可能会为您提供一些您正在寻找的信息。
银光间谍 2
Have a look at Silverlight Spy 2. There are Events, Network, and Performance tabs that might give you some of the information you're looking for.
Silverlight Spy 2
JetBrains 的 dotTrace 是衡量 ASP.NET 应用程序性能的好工具。 不确定它对您使用 Silverlight 有多大帮助,但至少会分析您的后端代码
dotTrace by JetBrains is a good tool for measuring performance of ASP.NET applications. Not sure how much it will help you with Silverlight, but will at least analyze your back-end code
有一些免费的分析器,EQATEC 还不错,它可能可以满足您的需要。 如果您负担得起,AQTime 已成为我最喜欢的商业分析工具,我希望会这样做这个技巧很好。 他们有一个演示。 如果您有时间的话,我确实建议您在购买任何分析器之前尝试一下所有的分析器,如果只是为了知道您在任何特定选择中缺少什么,因为它们之间有一些本质上的功能,他们似乎都没有拥有一切。
There are a few free profilers, EQATEC isn't bad, which might do what you need. If you can afford it, AQTime has become my favorite commercial profiling tool and I expect would do the trick nicely. They have a demo. I do recommend trying all the profilers out there before purchasing any of them, if you have the time, if only to know what you are missing with any particular choice because there are some substantially different features among them, and none of them seem to have everything.
目前,只需构建它,然后使用它即可。 由于其客户端只要其合理响应就完成了工作。
Currently, just build it and then play with it. Since its client-side as long as its reasonable responsive the job is done.