Versions in this module Expand all Collapse all v1 v1.1.0 Aug 14, 2019 v1.0.0 Jun 25, 2019 Changes in this version + var Prof = NewProfiler() + type Profiler struct + func NewProfiler() *Profiler + func (p *Profiler) GetProfileInfoString() string + func (p *Profiler) PrintProfileInfo() + func (p *Profiler) Profile(key string, d time.Duration) + type TimeRecord struct