Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeProfile ¶
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
Click to show internal directories.
Click to hide internal directories.