summaryrefslogtreecommitdiff
path: root/src/buildtool/profile
AgeCommit message (Collapse)Author
2025-03-17just profile: include action stdout/stderr if anyKlaus Aehlig
2025-03-17just profile: include output artifact hashesKlaus Aehlig
2025-03-10Profiling: include duration in non-cached actionsKlaus Aehlig
2025-03-10Profiling: start collecting informations per actionsKlaus Aehlig
... so far, which actions where considered, and which of those were cached.
2025-03-10Add basic --profile option to justKlaus Aehlig
... 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.