Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Component *app.Component
)
View Source
var ParamsProfiling = &ParametersProfiling{}
Functions ¶
This section is empty.
Types ¶
type ParametersProfiling ¶
type ParametersProfiling struct { // Enabled defines whether the profiling component is enabled. Enabled bool `default:"false" usage:"whether the profiling component 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.