Profiling with webassembly target #1876
-
Hey, I know this might be out of scope, but is there a nice way to do profiling (best case with the golang profiling tools) when using wasm as the target platform? My reason is that my emulator isnt running as fast as I want it to and thus I would love to take a look at the cpu profile. However currently it is designed to only run on wasm (no cli-flags, no filesystem access, etc). I havent been able to find much on this topic, only the following blog article and this is 1. chrome-only and 2. a bit complicated: https://agniva.me/wasm/2019/07/25/wasm-cpu-profiles.html Greetings, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I also need that ! |
Beta Was this translation helpful? Give feedback.
-
You can use Chrome devtools. Have you tried? https://developer.chrome.com/docs/devtools/evaluate-performance/ |
Beta Was this translation helpful? Give feedback.
You can use Chrome devtools. Have you tried? https://developer.chrome.com/docs/devtools/evaluate-performance/