From be1e3354a3479a6ad4d265122fe4fa20bcbf9787 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 28 Feb 2025 09:26:16 +0100 Subject: Add basic --profile option to just ... so far only keeping track basic properties of the invocation. Still, the code is already organized to support future extensions; in particular, we do not have to rely on the Profile class being copyable. --- share/man/just.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share') diff --git a/share/man/just.1.md b/share/man/just.1.md index de59455f..1ace1bd3 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -434,6 +434,10 @@ type, size) as value. Each artifact is guaranteed to be *`KNOWN`* in CAS. Therefore, this option cannot be used with **`analyse`**. Supported by: build|install|rebuild|traverse. +**`--profile`** *`PATH`* +Write a profile to the specified path. +Supported by: analyse|build|install|rebuild|traverse. + **`--dump-graph`** *`PATH`* File path for writing the action graph description to. See **`just-graph-file`**(5) for more details. -- cgit v1.2.3