prof

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 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()

EnableProfiling enables profiling.

func Report

func Report(name string, point ProfilePoint)

Report reports a ProfilePoint with given name.

Types

type ProfilePoint

type ProfilePoint struct {
	*utils.ElapsedTimer
}

A ProfilePoint is a profile time point.

func Start

func Start() ProfilePoint

Start starts a Profiler, and returns a start profiling point.

type Profiler

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

A Profiler interface represents a profiler that used to report profile points.

Jump to

Keyboard shortcuts

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