Changelog
v3.1.0
--output-dir
option with interpolation feature--output-html
optionChangelog
v3.0.1
Changelog
v3.0.0
profile-{pid}
-> {pid}.flamegraph
--timestamp-profiles
prefix instead of suffix profile-{pid}-{timestamp}
-> {timestamp}-{pid}.flamegraph
require('0x')
and require('0x/cmd')
--preview
option--command
option and changed -c gen
to --gen
--json-stacks
option and no longer storing intermediate JSON by default-q
: --quiet
--silent
flag--name
flag--log-output
flag0x -- node --zero-fill-buffers script.js
--node
flag removed – now possible with new CLI syntax (0x [flags] -- node [nodeFlags] script.js [scriptFlags]
)--node-options
removed – now possible with new CLI syntax (0x [flags] -- node [nodeFlags] script.js [scriptFlags]
)0x
=== 0x -h
(use 0x -- node
or 0x --
to profile repl)--stacks-only
removed, (use --collect-only
)--collect-only
and --visualize-only