Replies: 2 comments
-
Currently this repository doesn't have such a tool built-in already, but as noted it should be possible to build one using the crates in this repository. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The perfmap or jitmap profiling of wasmtime based on perf,could do this, it get the % of the execution time. Insert the bench code seems to cost much of time no so practical. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Record execution time of a wasm func, or insert the bench record code before or after the func call in wasm,
there is a project like this wasabi which depends on wasmparser and wasm-bindgen
Beta Was this translation helpful? Give feedback.
All reactions