Open roblabla opened 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 ^^'.
pprof::ReportBuilder::build_unresolved()
ReportTiming also suffers from the same issue.
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 ^^'.