mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-18 14:38:23 +00:00
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
0x --cmd <command> [args]
|
|
0x -c <command> [args]
|
|
|
|
Commands
|
|
|
|
gen:
|
|
The gen command will regenerate the flamegraph from
|
|
a JSON or stacks.out file (autodetected)
|
|
|
|
Create a flamegraph from a stacks file (e.g. dtrace
|
|
and perf script output)
|
|
|
|
0x -c gen [flags] <stacks.<pid>.out file>
|
|
|
|
Flags include `--tiers` and `--langs`
|
|
|