gecko-dev/config/makefiles
Mike Hommey 94f304f3bc Bug 1858807 - Track individual rust crate build times. r=firefox-build-system-reviewers,sergesanspaille
As of now, cargo only supports HTML timings output. There is an unstable
flag for a json output, but we can't use that because it requires a
nightly cargo. So we do our best effort to get the data we need off the
HTML, but since the exact details of the format of that file are not
set in stone, we also prevent any error from being unhandled. It's
better not to have the data than break the build.

Differential Revision: https://phabricator.services.mozilla.com/D190884
2023-10-19 00:29:47 +00:00
..
xpidl Bug 1850647 - Show markers for processes started by make files, r=glandium. 2023-10-12 08:41:33 +00:00
autotargets.mk
debugmake.mk Bug 1745074 - Remove unused FILTER and IMPLIB substs. r=firefox-build-system-reviewers,andi 2021-12-10 03:27:26 +00:00
functions.mk Bug 1850647 - add an optional argument to py_action to record the target file name for most actions, r=glandium. 2023-10-12 08:41:34 +00:00
makeutils.mk
nonrecursive.mk
rust.mk Bug 1858807 - Track individual rust crate build times. r=firefox-build-system-reviewers,sergesanspaille 2023-10-19 00:29:47 +00:00
target_binaries.mk