您如何衡量 Silverlight 应用程序的性能?

发布于 2024-07-15 22:51:32 字数 124 浏览 7 评论 0原文

用于衡量 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

往昔成烟 2024-07-22 22:51:32

查看 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

江心雾 2024-07-22 22:51:32

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

寻梦旅人 2024-07-22 22:51:32

有一些免费的分析器,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.

两个我 2024-07-22 22:51:32

目前,只需构建它,然后使用它即可。 由于其客户端只要其合理响应就完成了工作。

Currently, just build it and then play with it. Since its client-side as long as its reasonable responsive the job is done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文