I found node-report is very usefully (tbh I am a little surprised that Node.js has this level of clarity, really amazing job 馃憤 ), in some cases more usefully than profiler :)
I would like two thing:
node-report
cc @nodejs/inspector @nodejs/report @richardlau
(Not sure I ping the group right, I don't know the Node.js group category )
cc @nodejs/diagnostics
Also in both cases, where does the feature be developed? in core, or in chrome? can the report.getReport() api can be consumed as is by the panel / protocol implementors?
node-report largely is used to refer the original npm module https://www.npmjs.com/package/node-report and diagnostic-report or simply report is used to refer to the one that is available in core. It may be great if you change the title to reflect the right report meant in this case.
adding report to the CDP panel of Vuejs
Nope, my thought is a new panel, like opened in chrome://inspect. May need to change chrome front-end code https://github.com/ChromeDevTools/devtools-frontend/blob/master/front_end/node_main/NodeConnectionsPanel.js.


node-report largely is used to refer the original npm module npmjs.com/package/node-report.
Hopefully work on Node.js with node-report installed too.
TBH I don't know how much value it is to show the JSON data that node-report or diagnostic-report provides in a DevTools panel, visually..
TBH I don't know how much value it is to show the JSON data that node-report or diagnostic-report provides in a DevTools panel, visually..
Kind of like DOM in front end (Elements Panel in Devtools).
@gengjiawen Will likely drop in the next version of NiM(see screenshot from the DevTools Panel)...
Will have the ability to save reports and quickly access reports from multiple node instances.

Stay tuned.
Took over a week to get the update pushed thru the Chrome Web Store but it is done. https://blog.brakecode.com/nodejs-diagnostic-reports/
Most helpful comment
Took over a week to get the update pushed thru the Chrome Web Store but it is done. https://blog.brakecode.com/nodejs-diagnostic-reports/