Versions in this module Expand all Collapse all v0 v0.4.1 Apr 2, 2020 Changes in this version + type Profiler struct + func NewProfiler(settings models.Settings) *Profiler + func (profiler *Profiler) Get() models.TSProfile + func (profiler *Profiler) GetCurrentPeriodPath() []int + func (profiler *Profiler) GetCurrentPhase() int + func (profiler *Profiler) GetCurrentState() []models.TSState + func (profiler *Profiler) GetCurrentStats() map[string]models.TSStats + func (profiler *Profiler) Put(data models.TSInput) + func (profiler *Profiler) Terminate()