简体   繁体   English

浏览器插件来分析javascript函数

[英]Browser plugin to analyze javascript functions

Does anyone know of a browser plugin (chrome, safari or firefox) that would give me a detailed look into javascript function execution time and resources? 有谁知道浏览器插件(chrome,safari或firefox)可以让我详细了解javascript函数的执行时间和资源? I'm aware of FF/firebug's console.profile() but I'm looking for something that can analyze all functions from within the browser vs having to manually enter this code into my scripts. 我知道FF / firebug的console.profile(),但我正在寻找可以从浏览器中分析所有功能的工具,而不必手动将这些代码输入到脚本中。 If there is no browser plugin for this, maybe a standalone one similar to dynaTrace but for mac. 如果没有为此的浏览器插件,那么也许是一个独立于dynaTrace的独立插件,但适用于mac。

This exists in all current browsers already. 当前所有浏览器中都已经存在此文件。

In Firebug, select Profile under the console tab. 在Firebug中,在控制台标签下选择配置文件。

In any WebKit flavour or IE9, there is a Profiles tab. 在任何WebKit风格或IE9中,都有“配置文件”选项卡。

Don't know personally about Opera. 不了解Opera。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM