package
20.1.0-rc.2+incompatible
Repository: https://github.com/cargillb/cockroachdb.git
Documentation: pkg.go.dev

# Functions

NewMemStorage creates a MemStorage that retains the most recent n records as long as they are less than d old.
NewServer creates a new Server backed by the supplied Storage and optionally a hook which is called when a new profile is created.

# Structs

A MemStorage is a Storage implementation that holds recent profiles in memory.
A Server serves up the pprof web ui.

# Interfaces

Storage exposes the methods for storing and accessing profiles.