summaryrefslogtreecommitdiff
path: root/doc/concepts
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-16 13:07:34 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-16 13:09:11 +0200
commitbed0e82c24b123799764309a2468ccfe7eee8adc (patch)
tree0ef9899f7b7573593c2057fbe6b6403fc3465957 /doc/concepts
parent24510c2a4e59ea9ef90ba4ef908b0854f40a0db9 (diff)
downloadjustbuild-bed0e82c24b123799764309a2468ccfe7eee8adc.tar.gz
concepts, profiling: clarify scope of --profile
Diffstat (limited to 'doc/concepts')
-rw-r--r--doc/concepts/profiling.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/concepts/profiling.md b/doc/concepts/profiling.md
index 10836c3a..f63bc91f 100644
--- a/doc/concepts/profiling.md
+++ b/doc/concepts/profiling.md
@@ -91,7 +91,8 @@ necessary set up and let `just` strictly follow instructions.
The build tool `just` has an option `--profile` with one file name
as parameter. This option is accepted by all `just` subcommands
-that do at least analysis. After completing the attempt for the
+that depend on analysis-related options (including `"describe"`).
+After completing the attempt for the
requested task, it writes to the specified file name a file containing
information about that attempt. This also happens if no build was
attempted despite being requested, e.g., due to failure in analysis.