stats

package
v1.8.7 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2021 License: Apache-2.0 Imports: 1 Imported by: 28

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimingStats added in v1.5.0

type TimingStats struct {
	StartTime time.Time
	// contains filtered or unexported fields
}

TimingStats is a helper to breakdown the timing of an expensive function call Usage: ts := NewTimingStats() ts.AddCheckpoint("checkpoint-1") ... ts.AddCheckpoint("checkpoint-2") ... ts.AddCheckpoint("checkpoint-3") ts.Timings()

func NewTimingStats added in v1.5.0

func NewTimingStats() *TimingStats

func (*TimingStats) AddCheckpoint added in v1.5.0

func (t *TimingStats) AddCheckpoint(name string)

func (*TimingStats) Timings added in v1.5.0

func (t *TimingStats) Timings() map[string]time.Duration

Jump to

Keyboard shortcuts

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