From 860c684582eaac0c94d6004dd9afeaccc43bc4ff Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 27 Feb 2025 12:55:31 +0100 Subject: just-mr: support --profile in invocation logging Support passing on an invocation-specific --profile option when launching just. This allows routine profiling of builds. --- src/other_tools/just_mr/cli.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/cli.hpp') diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp index f9b32f53..96760b0d 100644 --- a/src/other_tools/just_mr/cli.hpp +++ b/src/other_tools/just_mr/cli.hpp @@ -96,6 +96,7 @@ struct InvocationLogArguments { std::optional metadata{std::nullopt}; std::optional graph_file{std::nullopt}; std::optional graph_file_plain{std::nullopt}; + std::optional profile{std::nullopt}; }; struct MultiRepoJustSubCmdsArguments { -- cgit v1.2.3