profiling

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2023 License: Apache-2.0, BSD-2-Clause Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL