自动chrome分析:用于在Chrome中自动执行javascript分析的Node.js配方 源码
假设您要评估某些客户端JavaScript的性能并使其自动化。 让我们开始在Node.js中进行评估,并从Chrome收集性能指标。 哦耶。 我们可以使用,直接。 这里的功能如此强大,因此我们将使用作为协议前面的一个不错的客户端: 第1步:克隆此仓库并提供服务 git clone https://github.com/paulirish/automated-chrome-profiling cd automated-chrome-profiling npm install # get the dependencies npm start # serves the folder at http://localhost:8080/ (port hardcoded) 第2步:使用开放的调试端口运行Chrome: # linux google-chrome --remote-debugg
文件列表
automated-chrome-profiling-master.zip
(预估有个11文件)
automated-chrome-profiling-master
get-cpu-profile.js
2KB
demo
perf-test.html
432B
mdn-fling.json
5.21MB
layout-thrash.html
650B
util
browser-perf-summary.js
4KB
log-trace-metrics.js
596B
get-timeline-trace.js
2KB
暂无评论