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
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Describe This Problem
rust-jemalloc-pprof is a cool project to do memory perf.
Proposal
Add a new HTTP endpoint
/debug/pprof/heapto serve the profiling.Additional Context
We can remove old
/debug/profile/heap/{seconds}endpoint when this is ready.horaedb/src/server/src/http.rs
Line 607 in 7962799