jameysharp opened PR #6406 from jameysharp:profiling-flags
to bytecodealliance:release-9.0.0
:
This commit removes the
--profile-guest
and--profile-guest-interval
CLI flags and folds them into the preexisting--profile
flag. Specifying guest profiling can now be done with--profile guest
which has a default path/interval to write to. The path/interval can be configured with--profile guest,path.json
and--profile guest,path.json,10ms
.This is a backport of CLI flag changes which landed after the release-9.0.0 branch forked. The removed flags have never been in a previous release so I'd like for them to not go out in 9.0 either, to avoid having one release that's different before the new syntax appears in 10.0.
jameysharp requested fitzgen for a review on PR #6406.
jameysharp requested wasmtime-core-reviewers for a review on PR #6406.
alexcrichton submitted PR review.
alexcrichton merged PR #6406.
Last updated: Nov 22 2024 at 16:03 UTC