flamegraph-rs / flamegraph

Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
Apache License 2.0
4.61k stars 141 forks source link

Address #229: Improve documentation and error output on MacOS when not running as root #303

Closed zbentley closed 7 months ago

zbentley commented 7 months ago

Addresses/mitigates #229

Two changes in this PR:

Additional things that I could do if needed:

zbentley commented 7 months ago

@djc you want me to bump shlex to resolve that audit advisory build failure?

I did this as the new version seems harmless, as this crate doesn't seem to be depending on any of shlex's functionality that was deprecated or changed while fixing the security vuln.