From cc393dfca1bfd0fdc3fe032df5ea54e12f50cb9d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 28 Feb 2025 12:11:32 +0100 Subject: Profiling: start collecting informations per actions ... so far, which actions where considered, and which of those were cached. --- src/buildtool/computed_roots/evaluate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/buildtool/computed_roots/evaluate.cpp') 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::monostate>(std::nullopt); -- cgit v1.2.3