Stream: general

Topic: profiler.firefox.com


view this post on Zulip Frank Rehwinkel (Apr 02 2025 at 16:59):

First time to use the profiler.firefox.com webapp, so first time to use it for a file created by wasmtime. Very cool. And no surprise I guess, the web app takes gzipped versions of the json profile as well.

view this post on Zulip Paul Osborne (Apr 02 2025 at 22:01):

I haven't dug deep into all of what is available, but I think we could probably provide some other interesting output for guest profiles. Some quick ideas I had were the following:

view this post on Zulip Frank Rehwinkel (Apr 04 2025 at 10:20):

Profiling like this on a wasm component is a brand new ability, per your PR to wasmtime the last few days. I bet there will be all sorts of ways people would want the data collected for their own use cases. Here we have the rust tool chain and the wasm instantiation tool chain all at our fingertips.

As a reminder, the profile is as easy to have collected as passing --profile=guest on the wasmtime command line. Besides the wasmtime cli itself, there is nothing else to install.


Last updated: Apr 09 2025 at 00:13 UTC