Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-16 | just profile: include subcommand and its arguments | Klaus Aehlig | |
As parsing the the command-line is non-trivial, we include all the relevant information about the command line in the profile. This should also include the subcommand. For sake of completeness, we also include the non-option arguments of the subcommand. | |||
2025-04-16 | just profile: include exit code of actions | Klaus Aehlig | |
Extend the profile by including non-zero exit codes of individual actions. When looking at an individual build invocation, the actions with non-zero exit code are often the interesting ones, like root cause of a build failure, or failing tests. Therefore, it is useful information to include this information; by leaving out the exit code if it is zero, we do not significantly increase the profile. | |||
2025-03-17 | just-profile(5): document action-specific artifacts, stdout, stderr | Klaus Aehlig | |
2025-03-10 | Add man page documenting the format of the profiling files | Klaus Aehlig | |