mirror of
https://github.com/alacritty/alacritty.git
synced 2025-11-06 22:44:18 -05:00
Some tests are still not passing, though. A migration script was added to migrate serialized grids from pre-scrollback to the current format. The script is included with this commit for completeness, posterity, and as an example to be used in the future. A few tests in grid/tests.rs were removed due to becoming irrelevant. |
||
|---|---|---|
| .. | ||
| apply-tilix-colorscheme.py | ||
| create-flamegraph.sh | ||
| fg-bg.sh | ||
| migrate_ref_tests.rb | ||
| README.md | ||
| spawn-alacritty-cwd | ||
| ubuntu-install-perf.sh | ||
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.