【发布时间】:2021-03-05 19:12:47
【问题描述】:
我尝试像往常一样使用 Chrome DevTools 来记录 NodeJS CPU 分析,但这次有所不同, 内没有记录按钮>Profiler 属性页。
从下图中可以看出,属性页完全是空的。
missing profiler record button
软件版本如下:
铬:Version 87.0.4280.66 (Official Build) (64-bit)
节点:10.14.2
操作系统:Ubuntu 20.04
有人知道发生了什么吗?或者,有没有其他方法可以在不使用 Chrome DevTools 的情况下分析 NodeJS 的性能?
【问题讨论】:
标签: node.js google-chrome-devtools profiling