metrics

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EncodingVersion uint8 = 1

Functions

This section is empty.

Types

type Function

type Function struct {
	Cached     float32
	ColdStart  int64
	Memory     float64
	AvgRunTime int64
}

func (*Function) Decode

func (m *Function) Decode(b []byte) error

func (*Function) Encode

func (m *Function) Encode() []byte

func (*Function) Less

func (m *Function) Less(comp Iface) bool

type Iface

type Iface interface {
	Encode() []byte
	Decode(b []byte) error
	Less(Iface) bool
}

type Website

type Website struct {
	Cached float32
}

func (*Website) Decode

func (w *Website) Decode(b []byte) error

func (*Website) Encode

func (w *Website) Encode() []byte

func (*Website) Less

func (m *Website) Less(comp Iface) bool

Jump to

Keyboard shortcuts

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