diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-17 16:13:12 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-17 17:19:55 +0100 |
commit | 1dc0f86e5325ebffe2dd6fd7e90ff3e47e33936b (patch) | |
tree | 9cf605126300e075b3069bb2e81c6866b73049a4 | |
parent | c3fdcb7d3b072f6fd62a7b64a18fb55f2e7bcdde (diff) | |
download | justbuild-1dc0f86e5325ebffe2dd6fd7e90ff3e47e33936b.tar.gz |
just-profile(5): document action-specific artifacts, stdout, stderr
-rw-r--r-- | share/man/just-profile.5.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/just-profile.5.md b/share/man/just-profile.5.md index fcce3748..70895efe 100644 --- a/share/man/just-profile.5.md +++ b/share/man/just-profile.5.md @@ -53,6 +53,13 @@ The profile file contains the following information. - For the key *`"time"`* for non-cached actions the build time in seconds. + - For the key *`"artifacts"`* an object with keys the output paths and values + the hashes of the corresponding artifacts as hex-encoded strings. + + - For they keys *`"stdout"`* and *`"stderr"`* the hashes of stdout and stderr, + respectively, as hex-encoded strings, provided the respective output is + non-empty. + See also ======== |