timeit

package
v0.17.5 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2024 License: MIT Imports: 4 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimeOption

type TimeOption func(m *Timer)

func WithLogs

func WithLogs(log_types ...typelog.LogType) TimeOption

func WithMsg

func WithMsg(msg string) TimeOption

type Timer

type Timer struct {
	ResultErr error
	// contains filtered or unexported fields
}

func NewTimer

func NewTimer(msg string, opts ...TimeOption) *Timer

func NewTimerF

func NewTimerF(callback func(m *Timer), opts ...TimeOption) *Timer

func NewTimerL

func NewTimerL(msg string, opts ...typelog.LogType) *Timer

func NewTimerMF

func NewTimerMF(msg string, callback func(m *Timer), opts ...TimeOption) *Timer

func NewTimerMFL

func NewTimerMFL(msg string, callback func(m *Timer), opts ...typelog.LogType) *Timer

func NewTimerMain

func NewTimerMain(opts ...TimeOption) *Timer

func (*Timer) Close

func (m *Timer) Close()

Jump to

Keyboard shortcuts

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