5.9. Acceptance criteria status
-
Users can invoke benchmarks in profiler-friendly mode without custom shell glue:
lake exe bench profile NAME --profiler "...". -
Documentation includes at least one end-to-end profiling workflow: this page documents four (
perf stat,perf record,samply,/usr/bin/time -v+heaptrack). -
The feature does not distort ordinary benchmark mode behavior:
profileis a separate subcommand that importsLeanBench.Profile; nothing inLeanBench.Run/LeanBench.Stats/LeanBench.Comparechanged.run/compare/verifymeasurement paths are byte-for-byte unchanged.