alacritty/scripts
Christian Duerr 0f15dc05d9 Switch to flamegraph-rs script
This cleans up the Alacritty scripts a bit by removing some of them
which are not recommended to be used anymore and switching from the
official FlameGraph tool to the more specialized Rust FlameGraph
implementation.
2020-01-27 02:30:23 +03:00
..
24-bit-color.sh Changed explicit script shebangs to use /usr/bin/env 2019-01-21 22:12:09 +00:00
README.md Fix spelling mistakes 2019-04-28 21:42:43 +00:00
colors.sh Changed explicit script shebangs to use /usr/bin/env 2019-01-21 22:12:09 +00:00
create-flamegraph.sh Switch to flamegraph-rs script 2020-01-27 02:30:23 +03:00
fg-bg.sh Changed explicit script shebangs to use /usr/bin/env 2019-01-21 22:12:09 +00:00

README.md

Scripts

Flamegraph

Run the release version of Alacritty while recording call stacks. After the Alacritty process exits, a flamegraph will be generated and it's URI printed as the only output to STDOUT.

./create-flamegraph.sh

Running this script depends on an installation of perf.

ANSI Color Tests

We include a few scripts for testing the color of text inside a terminal. The first shows various foreground and background variants. The second enumerates all the colors of a standard terminal. The third enumerates the 24-bit colors.

./fg-bg.sh
./colors.sh
./24-bit-colors.sh