Documentation
¶
Overview ¶
Package tracktime provides special struct to describe timer and log duration between start and stop points
example:
func SomeBodyDo() { timer := tracktime.Start("Some Body Do") defer func() { timer.Stop() timer.Log() }() ... Here some actions ... }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.