You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
profiler: Fill in the profiler state functions (#1226)
* profiler: Fill in the profiler state functions
This patch is a follow-up to #1213
It fills in the profiler state implementation, so that it can be
usable from the whamm monitor.
The most notable change that is not described in the original issue,
is the profile result encoding format, described in the `format.rs` module.
* Review comments