0.0.3 ā€¢ Published 6 years ago

perfdoc v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

perfdoc

Print V8 deoptimization reasons in a developer friendly way.

Example output:

Default CLI output

Example output with --short flag:

Short CLI output

Usage

npm i -g perfdoc

and then run the script you want to analyze

perfdoc foo.js

CLI

šŸ”  Print V8 deoptimization reasons in a developer friendly way

Usage:
  $ perfdoc [options] <file>

Options:
  --short      Hide code frame
  --bail       Exit with code 1 if a deoptimization has been found
  --help, -h   Show usage information and the options listed here

Examples:
  $ perfdoc foo.js
  $ perfdoc --short foo.js
  $ node --trace-deopt foo.js | perfdoc

License

MIT, see license file.