Performance: Difference between revisions
Jump to navigation
Jump to search
(Perf tests and perf tools are just one team now) |
(Change links to the firefox profiler) |
||
Line 25: | Line 25: | ||
** [http://telemetry.mozilla.org/ Telemetry dashboard] | ** [http://telemetry.mozilla.org/ Telemetry dashboard] | ||
** [https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/start/adding-a-new-probe.html Adding a new Telemetry probe] | ** [https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/start/adding-a-new-probe.html Adding a new Telemetry probe] | ||
* [https:// | * [https://profiler.firefox.com/ Firefox Profiler] | ||
** [https:// | ** [https://firefox-source-docs.mozilla.org/performance/reporting_a_performance_problem.html Reporting a Performance problem] | ||
* [[Buildbot/Talos]] | * [[Buildbot/Talos]] | ||
* [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/GTest#MozGTestBench MozGTestBench] | * [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/GTest#MozGTestBench MozGTestBench] |
Revision as of 15:14, 4 September 2023
The Firefox performance team focuses on improvements to the Gecko platform and Firefox across desktop and mobile. If you have performance-related questions, ask us in #perf-help:mozilla.org on Matrix and #perf-help on Slack. For general discussion, find us at #perf:mozilla.org on Matrix.
The team:
- Performance Engineering
- Performance Tools
Here are some related pages you may be interested in:
Measuring & improving Firefox performance
Write-ups
- Firefox performance knowledge-base
- How to evaluate the performance of your new feature
- Information on Talos automatic performance tests:
- Avoid SQLite in your next Firefox feature
Tools
- Telemetry:
- Firefox Profiler
- Buildbot/Talos
- MozGTestBench
- Write low level microbenchmarks using GTest
- xperf
- Statuser: Restartless Firefox extension for as-it-happens hang monitoring.