From ff4ef1723619fb78c6eaf44c35138145f5af39ca Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 19 Mar 2025 09:58:09 +0100 Subject: just-mr progress: consider computed roots as no-work ... as they will be taken care of only during the build. --- src/other_tools/repo_map/repos_to_setup_map.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/repo_map') diff --git a/src/other_tools/repo_map/repos_to_setup_map.cpp b/src/other_tools/repo_map/repos_to_setup_map.cpp index e819a943..4e29ffc2 100644 --- a/src/other_tools/repo_map/repos_to_setup_map.cpp +++ b/src/other_tools/repo_map/repos_to_setup_map.cpp @@ -883,6 +883,7 @@ auto CreateReposToSetupMap( break; } case CheckoutType::Precomputed: { + stats->IncrementComputedCounter(); PrecomputedRootCheckout(*resolved_repo_desc, std::move(repos), key, -- cgit v1.2.3