summaryrefslogtreecommitdiff
path: root/doc/future-designs/profiling.md
AgeCommit message (Collapse)Author
2025-02-26profiling design: update logging optionsKlaus Aehlig
Reduce interference of invocation logging with regular logging operations; in particular, restrict just-mr passing the --async-profile option only to build commands and thus avoiding race conditions with calls to `analyse` that rely on having a graph available immediate after invocation.
2025-02-07Add design document on profiling buildsKlaus Aehlig