Versions in this module Expand all Collapse all v1 v1.0.0 Jun 26, 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