Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2023 v1.0.0 Jul 30, 2023 Changes in this version + type Stopwatch struct + func NewStopwatch(name string, log logutils.Log) *Stopwatch + func (s *Stopwatch) Print() + func (s *Stopwatch) PrintStages() + func (s *Stopwatch) PrintTopStages(n int) + func (s *Stopwatch) TrackStage(name string, f func())