Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: correct added: version for --prof-process
  • Loading branch information
addaleax committed Jan 16, 2017
commit c29aca5a3df622d3c7cd3cee4de3f66f2c1f4f95
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Track heap object allocations for heap snapshots.

### `--prof-process`
<!-- YAML
added: v6.0.0
added: v5.2.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't a backport, right?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fishrock123 No, this happened at the time when v5 was Current/Stable.

-->

Process v8 profiler output generated using the v8 option `--prof`.
Expand Down