Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial support to profile guest runs (risc0#274)
* Add initial support to profile guest runs This is accessible with the --prof-out option of r0vm, or by using risc0_zkvm::host::profiler::Profiler. It produces output in a format suitable for use with google's pprof, but does not yet supply full stack traces.
- Loading branch information