no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / docs / performance / build_metrics / build_metrics.md
blobcb27a42be786216fc0d7c78af235c17e40053c0d
1 # Build Metrics
3 **Build Metrics** is a catch-all term for performance measures that are
4 generated by the Firefox build system and tracked by Perfherder.
6 ## num_constructors
8 Number of static constructors found by the compiler in the Firefox C++
9 codebase. Lower is better. Static constructors are undesirable because
10 their initialization imposes an unavoidable time penalty every time
11 Firefox is started.
13 ## installer size
15 Size in bytes of the Firefox installer. Lower is better here, especially
16 on space-restricted platforms like Android.
18 ## build times
20 Amount of time it takes to build Firefox in automation on a specific
21 platform / configuration. Lower is better.
23 ## compiler warnings
25 Number of compiler warnings detected during a build. Lower is better.
27 Due to the way the build system works, compiler warnings are not
28 consistently detected. So the value may fluctuate from build to build
29 even if the number of compiler warnings didn\'t actually change. Since
30 Perfherder alerts are calculated based on the mean value of a range, a
31 regression may be reported as a fractional value.