gpt4 book ai didi

javascript - -- Node v4.x 中的 prof?

转载 作者:行者123 更新时间:2023-12-03 08:19:53 25 4
gpt4 key购买 nike

我无法从 Node 4.1.1 获取任何分析输出:

[/tmp]% cat index.js                                                 (arkadiy@helium:/tmp)
console.log("boom");
[/tmp]% node --prof index.js (arkadiy@helium:/tmp)
boom
[/tmp]% ls v8.log (arkadiy@helium:/tmp)
ls: v8.log: No such file or directory
[/tmp]% node --version (arkadiy@helium:/tmp)
v4.1.1
[/tmp]% which node (arkadiy@helium:/tmp)
/usr/local/bin/node

--prof 似乎仍然是一个有效的选项,并且我能找到的手册页和所有文档似乎暗示上述调用应该生成一个 v8.log 文件,我可以使用例如进行分析 Node 勾选。我做错了什么?

最佳答案

看起来我可以使用 --perf_basic_prof 获取日志

[/tmp]% node  --perf_basic_prof index.js                             (arkadiy@helium:/tmp)
boom
[/tmp]% ls *v8.log (arkadiy@helium:/tmp)
isolate-0x101804c00-v8.log

关于javascript - -- Node v4.x 中的 prof?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33787375/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com