alexcrichton opened PR #6362 from alexcrichton:consolidate-profile to bytecodealliance:main:
This commit removes the
--profile-guestand--profile-guest-intervalCLI flags and folds them into the preexisting--profileflag. Specifying guest profiling can now be done with--profile guestwhich has a default path/interval to write to. The path/interval can be configured with--profile guest,path.jsonand--profile guest,path.json,10ms.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #6362.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6362.
fitzgen submitted PR review.
fitzgen submitted PR review.
fitzgen created PR review comment:
// Further configured down below as well.
fitzgen created PR review comment:
Care to (in a follow up) rename
wasmtime::ProfilingStrategytowasmtime::NativeProfilingStrategyand have#[deprecated("Renamed to NativeProfilingStrategy")] pub type ProfilingStrategy = NativeProfilingStrategy;for backwards compatibility?
alexcrichton updated PR #6362.
alexcrichton created PR review comment:
Sure!
alexcrichton has enabled auto merge for PR #6362.
alexcrichton merged PR #6362.
Last updated: Dec 13 2025 at 19:03 UTC