分析 SO 中 Firefox 插件的 CPU 消耗

发布于 2024-07-29 01:20:09 字数 1542 浏览 8 评论 0原文

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

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

发布评论

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

评论(2

月朦胧 2024-08-05 01:20:09

不,不幸的是没有这样的工具。 最接近的是各种分析工具(例如 Venkman),它可以显示您在各种 JS 函数中花费的时间,但是聚合这些数据来确定扩展是否效率低下将很棘手。

Mozilla 还在 Mac 上使用 dtrace(带有特殊版本的 Firefox 和特殊的 dtrace 脚本)来分析性能。 我想它也可以适应这一点。

No, unfortunately there is no such tool. The closest thing are various profiling tools (like Venkman), which can show you time spent in various JS functions, but aggregating that data to determine if an extension is inefficient will be tricky.

Mozilla also uses dtrace on Mac (with special builds of Firefox and special dtrace scripts) to analyze performance. I imagine it could be adapted for this too.

凌乱心跳 2024-08-05 01:20:09

有一个 Firefox 插件可以查看内存使用情况:关于插件内存

安装插件并打开页面about:addons-memory,它将显示所有已安装插件(包括Firefox原生插件)的内存使用情况。

您可能还对选项卡内存使用情况感兴趣,其中显示每个打开的选项卡的内存使用情况。

There is a Firefox add-on to see the memory usage: about addons memory.

Install the addon and open the page about:addons-memory, it will display the memory usage for all installed addon (including Firefox native addons).

You might also be interested by tab memory usage, which display memory usage for each opened tab.

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