node --perf-basic-prof index.js
- No information about JavaScript functions, only v8.
#34668
Labels
question
Issues that look for answers.
What steps will reproduce the bug?
Following this tutorial from the official node website.
This generates
perf.data
and a/tmp/perf-somenumbers.js
file.index.js:
FunctionA1
calls logged by perf.Perf was installing via
What is the expected behavior?
Javascript functions, such as
FunctionA1
, are visible in the captured info.The text was updated successfully, but these errors were encountered: