Documentation
¶
Index ¶
Constants ¶
View Source
const (
CPU = "cpu"
)
Constants for profile names
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enabled bool
ListenAddr string
Folder string
ProfileNames []string
ProfileIntervals []int
ProfileDebugValues []int
}
Config is the config for the pprof service
Click to show internal directories.
Click to hide internal directories.