prof

package
v1.1.3-0...-a28cbea Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnableProfiling

func EnableProfiling()

func Report

func Report(name string, point ProfilePoint)

Types

type NullProfiler

type NullProfiler struct{}

func (*NullProfiler) Report

func (np *NullProfiler) Report(string, ProfilePoint)

func (*NullProfiler) Start

func (np *NullProfiler) Start() ProfilePoint

type ProfileCenter

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

type ProfilePoint

type ProfilePoint struct {
	*utils.ElapsedTimer
}

func Start

func Start() ProfilePoint

type Profiler

type Profiler interface {
	Start() ProfilePoint
	Report(name string, point ProfilePoint)
}

type RealProfiler

type RealProfiler struct{}

func (*RealProfiler) Report

func (rp *RealProfiler) Report(name string, point ProfilePoint)

func (*RealProfiler) Start

func (rp *RealProfiler) Start() ProfilePoint

type Slot

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

Jump to

Keyboard shortcuts

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