tikv / pprof-rs

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

UnresolvedFrames is undocumented #248

Open roblabla opened 2 weeks ago

roblabla commented 2 weeks ago

https://docs.rs/pprof/latest/pprof/struct.UnresolvedReport.html

It looks like UnresolvedFrames is in a private module, and as such doesn't show up in the documentation. This makes using pprof::ReportBuilder::build_unresolved() a bit complicated ^^'.

roblabla commented 2 weeks ago

ReportTiming also suffers from the same issue.