X-Profiler / xprofiler

🌀An addon for node.js, which supporting output performance log and real-time profiling through sampling.
Other
422 stars 57 forks source link

[RFC] 生成 Node.js 格式的诊断报告 #189

Open legendecas opened 2 years ago

legendecas commented 2 years ago

生成 Node.js 格式的诊断报告( https://nodejs.org/api/report.html#diagnostic-report ):

  1. 避免诊断报告概念混淆,现在相当于是两种“诊断报告”,格式不同;
  2. 可以兼容 Node.js 的 --report-fatal (目前 xprofiler 支持的触发器)、--report-uncaught-exception 等等场景生成的报告格式;
legendecas commented 2 years ago

https://github.com/nodejs/node/pull/44255 landed.