commit | 8e7883b8c112c224b29c59a1fb5eafe014530c29 | [log] [tgz] |
---|---|---|
author | Alexander Schulze <alexschulze@chromium.org> | Thu Sep 19 12:17:11 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 19 12:17:11 2024 |
tree | 2f28c486e96c7187ada663c1bb919c1f565c778c | |
parent | 9dee32d1981e933b053f2c05768c94e409d01731 [diff] |
[v8] Move PGO profile generation into a builder class This prepares the recipe to be used for try / ci builds, where most of the logic is shared, but profiles are not uploaded after the generation. Note, this CL does not alter expectations. Bug: 353419839 Change-Id: I9886a5de6acddf31ba25f505504a5b7747c74e03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5872536 Commit-Queue: Alexander Schulze <alexschulze@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.