You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: The profiling data is not symbolized, so either `addr2line` or `llvm-addr2line` needs to be available in the path and pprof needs to be able to discover the respective debuginfos.
96
+
> Note: if symbolization is not enabled, either `addr2line` or `llvm-addr2line` needs to be available in the path and pprof needs to be able to discover the respective debuginfos.
97
+
98
+
To generate symbolized profiles, enable the `symbolize` crate feature:
99
+
100
+
```toml
101
+
[dependencies]
102
+
jemalloc_pprof = { version = "0.6", features = ["symbolize"] }
0 commit comments