Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ParamsProfiling = &ParametersProfiling{}
View Source
var (
Plugin *app.Plugin
)
Functions ¶
This section is empty.
Types ¶
type ParametersProfiling ¶
type ParametersProfiling struct {
// Enabled defines whether the profiling plugin is enabled.
Enabled bool `default:"false" usage:"whether the profiling plugin is enabled"`
// the bind address on which the profiler listens on
BindAddress string `default:"localhost:6060" usage:"the bind address on which the profiler listens on"`
}
ParametersProfiling contains the definition of the parameters used by profiling.
Click to show internal directories.
Click to hide internal directories.