metrics

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Monitor

type Monitor struct {
	DBWriteTime     float64
	DownloadTime    float64
	PreprocessTime  float64
	BatchingTime    float64
	ValidatorLength int
	// contains filtered or unexported fields
}

func NewMonitorMetrics

func NewMonitorMetrics(valLength int) Monitor

func (*Monitor) AddBatchingTime

func (p *Monitor) AddBatchingTime(executionTime float64)

func (*Monitor) AddDBWrite

func (p *Monitor) AddDBWrite(executionTime float64)

func (*Monitor) AddDownload

func (p *Monitor) AddDownload(executionTime float64)

func (*Monitor) AddPreprocessTime

func (p *Monitor) AddPreprocessTime(executionTime float64)

Jump to

Keyboard shortcuts

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