Перейти к файлу
Beth Rennie a5577222ca Add .mailmap 2024-07-26 14:52:37 -04:00
contrib Copy configuration from correct directory in deployment 2022-03-28 19:42:48 -04:00
docs Remove fxrunner section from requirements 2022-03-28 19:29:04 -04:00
fakefox Build a fake firefox.exe for integration-tests 2020-09-29 15:55:25 -04:00
fxrecorder Bump image from 0.23.10 to 0.23.12 2022-06-17 09:13:55 -04:00
fxrunner Log to a file in fxrunner 2021-06-21 23:49:41 -04:00
integration-tests Write visual metrics to a file 2021-06-22 00:36:45 -04:00
libfxrecord Fix Display impl for ConfigError 2021-06-24 14:00:49 -04:00
libfxrecord_macros Rewrite `impl_message!` as a proc macro 2020-07-22 17:16:39 -04:00
test Build a fake firefox.exe for integration-tests 2020-09-29 15:55:25 -04:00
vendor Vendor visualmetrics.py 2020-10-20 18:18:06 -04:00
.gitignore Add docs for fxrecord 2021-07-15 17:26:21 -06:00
.mailmap Add .mailmap 2024-07-26 14:52:37 -04:00
CODE_OF_CONDUCT.md Add code of conduct 2019-08-15 14:20:00 -04:00
Cargo.lock Bump openssl from 0.10.50 to 0.10.63 2024-01-26 16:25:31 +00:00
Cargo.toml Build a fake firefox.exe for integration-tests 2020-09-29 15:55:25 -04:00
LICENSE Add missing LICENSE 2022-03-14 14:01:36 -04:00
README.md Add docs for fxrecord 2021-07-15 17:26:21 -06:00
fxrecord.example.toml Perform visual metrics analysis 2020-10-23 17:34:21 -04:00
requirements.in Bump pillow from 10.2.0 to 10.3.0 2024-04-03 16:27:08 +00:00
requirements.txt Bump pillow from 10.2.0 to 10.3.0 2024-04-03 16:27:08 +00:00

README.md

fxrecord

fxrecord is a tool for capturing and analyzing recordings of Firefox for desktop startup. It consists of two parts: fxrecorder, which records the output of the reference hardware and does analysis, and fxrunner, which instruments Firefox on the reference hardware.

License

fxrecord is released under the terms of the Mozilla Public License 2.0.

Code of Conduct

This repository follows a code of conduct.

Documentation

Documentation for fxrecord is available here.