stats

package
v2.10.9 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimingStats

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

func NewTimingStats() *TimingStats

func (*TimingStats) AddCheckpoint

func (t *TimingStats) AddCheckpoint(name string)

func (*TimingStats) Timings

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