Documentation ¶
Index ¶
Constants ¶
View Source
const PluginName = "Profiling"
PluginName is the name of the profiling plugin.
Variables ¶
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration used by the profiling plugin.
View Source
var ( // Plugin is the profiling plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type ParametersDefinition ¶
type ParametersDefinition struct { // BindAddress defines the bind address for the pprof server. BindAddress string `default:"127.0.0.1:6061" usage:"bind address for the pprof server"` }
ParametersDefinition contains the definition of the parameters used by the profiling plugin.
Click to show internal directories.
Click to hide internal directories.