package
2.1.0-alpha.20180416+incompatible
Repository: https://github.com/coyle/cockroach.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.
# 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.