summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/cli.hpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-27 12:55:31 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-10 16:28:59 +0100
commit860c684582eaac0c94d6004dd9afeaccc43bc4ff (patch)
treedc03ce312532f4865ab46302afdd8f9497870758 /src/other_tools/just_mr/cli.hpp
parentbe1e3354a3479a6ad4d265122fe4fa20bcbf9787 (diff)
downloadjustbuild-860c684582eaac0c94d6004dd9afeaccc43bc4ff.tar.gz
just-mr: support --profile in invocation logging
Support passing on an invocation-specific --profile option when launching just. This allows routine profiling of builds.
Diffstat (limited to 'src/other_tools/just_mr/cli.hpp')
-rw-r--r--src/other_tools/just_mr/cli.hpp1
1 files changed, 1 insertions, 0 deletions
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<std::string> metadata{std::nullopt};
std::optional<std::string> graph_file{std::nullopt};
std::optional<std::string> graph_file_plain{std::nullopt};
+ std::optional<std::string> profile{std::nullopt};
};
struct MultiRepoJustSubCmdsArguments {