grafana / pyroscope-rs

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

avoid almost all unwraps #14

Closed drahnr closed 2 years ago

drahnr commented 2 years ago

~Includes #11 and #10~ avoids all unwraps

drahnr commented 2 years ago

Closes #12

omarabid commented 2 years ago

@drahnr Some of these were covered in https://github.com/pyroscope-io/pyroscope-rs/tree/0.3.1 but I'm yet to merge to main. Could you compare against that Branch?

drahnr commented 2 years ago

Rebased and reduced.