package main
import (
httputil "git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/http"
)
func newPprofComponent() *httpComponent {
return &httpComponent{
name: "pprof",
handler: httputil.Handler(),
}