tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.32k stars 105 forks source link

Adjust the output paths `criterion::PProfProfiler` uses #59

Closed rrbutani closed 3 years ago

rrbutani commented 3 years ago

This commit also updates the README and adds a benchmark group example to the criterion example.

Closes #58.

YangKeao commented 3 years ago

Great. Thanks for your contribution :beers: (and also sorry for the bug brought by me :crying_cat_face: )