No comments yet.
A few things motivated us to build this tool. WebAssembly runtimes typically allow profiling guest code via an external profiler such as perf, but in many cases, the recording and analysis of profiles remain a difficult task, especially due to features like JIT compilation. pprof is the de-facto standard profiling tool for Go programs and offers some of the simplest and quickest ways to gather insight into the performance of an application. wzprof aims the combine the capabilities and user experience of pprof, enabling the profiling of any application compiled to WebAssembly.