Versions in this module Expand all Collapse all v0 v0.0.2 Aug 8, 2022 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())