We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #301 support for guest profiling was added. This corresponds to an equivalent CLI flag in wasmtime introduced in bytecodealliance/wasmtime#6362 (and documented in bytecodealliance/wasmtime#6393).
We have no way to control the profiling interval for Viceroy:
Viceroy: --profile=guest[,path] Wasmtime: --profile=guest[,path[,interval]]
--profile=guest[,path]
--profile=guest[,path[,interval]]
This ticket is to add the optional ,interval part, just like wasmtime has.
,interval
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In #301 support for guest profiling was added. This corresponds to an equivalent CLI flag in wasmtime introduced in bytecodealliance/wasmtime#6362 (and documented in bytecodealliance/wasmtime#6393).
We have no way to control the profiling interval for Viceroy:
Viceroy:
--profile=guest[,path]
Wasmtime:
--profile=guest[,path[,interval]]
This ticket is to add the optional
,interval
part, just like wasmtime has.The text was updated successfully, but these errors were encountered: