node
node copied to clipboard
Prefix of source functions in perf analysis of JS.
When using the perf tool to analyze JavaScript application performance, the source functions in the generated flame graph may have the following prefix identifiers: JS:*, JS:+, and JS:^. What do these three prefixes represent?