summaryrefslogtreecommitdiff
path: root/src/buildtool/computed_roots/evaluate.cpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-28 12:11:32 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-10 16:28:59 +0100
commitcc393dfca1bfd0fdc3fe032df5ea54e12f50cb9d (patch)
treed054d83cbddf11c59cfd8afd233ea006c5746d3e /src/buildtool/computed_roots/evaluate.cpp
parente45883f88fe02906abaee763146aee770e62ef05 (diff)
downloadjustbuild-cc393dfca1bfd0fdc3fe032df5ea54e12f50cb9d.tar.gz
Profiling: start collecting informations per actions
... so far, which actions where considered, and which of those were cached.
Diffstat (limited to 'src/buildtool/computed_roots/evaluate.cpp')
-rw-r--r--src/buildtool/computed_roots/evaluate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/computed_roots/evaluate.cpp b/src/buildtool/computed_roots/evaluate.cpp
index 839f9f98..507f13a9 100644
--- a/src/buildtool/computed_roots/evaluate.cpp
+++ b/src/buildtool/computed_roots/evaluate.cpp
@@ -205,7 +205,8 @@ void ComputeAndFill(
context->apis,
context->remote_context,
&statistics,
- &progress};
+ &progress,
+ std::nullopt};
auto cache_lookup =
expected<std::optional<std::string>, std::monostate>(std::nullopt);