对一些 Javascript 框架进行基准测试

发布于 2024-11-27 09:09:09 字数 207 浏览 2 评论 0原文

首先,我将对不同 javascript 框架中的一些函数进行基准测试。我想知道我可以使用什么样的程序来监视资源,例如 MEM% 使用率、CPU% 使用率、DOM 计数、渲染/显示/关闭功能所需的时间。到目前为止,我一直在使用firebug、性能监视​​器和pushtotest。我发现这些程序很有用,但有些也有缺点,所以我在这些程序之间徘徊。我想知道是否有更有效的方法/程序可以使用。 谢谢, 安德鲁

So first of all, I'm going to be benchmarking some functions in different javascript frameworks. And I was wondering what kind of programs I can use to monitor resources like MEM% usage, CPU% usage, DOM count, time it takes to render/display/close functions. So far I have been using firebug and performance monitor and pushtotest. I have found these programs useful, some have downsides, so I'm caught scrambling in between these. I'm wondering if theres a more efficient method/program to use.
Thanks,
Andrew

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

余生共白头 2024-12-04 09:09:09

这取决于您使用的环境。对于 Windows,您可能会使用 perfmon,而在 Unix/Linux 上,您可以使用 sar。请说明一些详细信息,以便我们提供更具体的建议。
标记。

It depends in the environment you are using. For Windows you would probably use perfmon and on Unix/ Linux you can use sar. Please state some details so we can provide more specific advice.
Mark.

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