timeprofile

package
v1.61.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: AGPL-3.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 TimeProfile

type TimeProfile struct {
	Name               string
	StartTime, EndTime time.Time
	Duration           time.Duration
}

func Start

func Start(args ...string) TimeProfile

func (*TimeProfile) Do

func (p *TimeProfile) Do(f func())

Do runs the function f and stops the time profile

func (*TimeProfile) Stop

func (p *TimeProfile) Stop() time.Duration

Stop stops the time profile, set the end time and returns the duration

func (*TimeProfile) StopAndLog

func (p *TimeProfile) StopAndLog(f logFunction)

func (*TimeProfile) TilNow

func (p *TimeProfile) TilNow() time.Duration

TilNow returns the duration from the start time to now

Jump to

Keyboard shortcuts

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