internal

package
v1.63.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0, BSD-3-Clause, Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stopwatch

type Stopwatch struct {
	// contains filtered or unexported fields
}

Stopwatch is used to time code execution.

func NewStopwatch

func NewStopwatch() *Stopwatch

NewStopwatch creates a new stopwatch

func (*Stopwatch) Tick

func (s *Stopwatch) Tick() time.Duration

Tick the stopwatch, saving the current time and returning the duration between now and the last tick. If no tick occurred, start time of the stopwatch is used.

Directories

Path Synopsis
Package fastdelta tries to match up samples between two pprof profiles and take their difference.
Package fastdelta tries to match up samples between two pprof profiles and take their difference.
Package immutable provides read-only types
Package immutable provides read-only types
Package pproflite implements zero-allocation pprof encoding and decoding.
Package pproflite implements zero-allocation pprof encoding and decoding.
Package pprofutils is a fork of github.com/felixge/pprofutils, see README.
Package pprofutils is a fork of github.com/felixge/pprofutils, see README.

Jump to

Keyboard shortcuts

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