tikv / pprof-rs

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

UnresolvedFrames is undocumented #248

Open roblabla opened 5 months ago

roblabla commented 5 months 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 5 months ago

ReportTiming also suffers from the same issue.