tree: bdaad48bec6b0c2730650a3072669f41f34afda2 [path history] [tgz]
  1. apply-tilix-colorscheme.py
  2. create-flamegraph.sh
  3. fg-bg.sh
  4. migrate_ref_tests.rb
  5. README.md
  6. spawn-alacritty-cwd
  7. ubuntu-install-perf.sh
scripts/README.md

scripts

There are two scripts included at the time this README was written, and they both support flamegraph generation on Ubuntu. The first script installs the required dependencies:

scripts/ubuntu-install-perf.sh

The second script will run Alacritty while recording call stacks. After the Alacritty process exits, a flamegraph will be generated and its URI printed.

scripts/create-flamegraph.sh

NOTE: The create-flamegraph.sh script is intended to be run from the alacritty project root.