grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
132 stars 22 forks source link

pprof_rs: expose frame-pointer feature #124

Closed alindima closed 11 months ago

alindima commented 11 months ago

Pyroscope is currently unusable with pprof-rs with the default stack unwinder: https://github.com/tikv/pprof-rs/issues/219

Frame-pointer seems to work, so let's expose it to end users

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

alindima commented 11 months ago

Could we get a release with the latest master code? there are some useful fixes

korniltsev commented 11 months ago

pushed pyroscope and pprofrs to crates