Versions in this module Expand all Collapse all v1 v1.8.2 Nov 4, 2017 Changes in this version + type QueryTiming int + const ExecQueueTime + const InnerEvalTime + const QueryPreparationTime + const ResultAppendTime + const ResultSortTime + const TotalEvalTime + func (s QueryTiming) String() string + type Timer struct + func (t *Timer) ElapsedTime() time.Duration + func (t *Timer) Start() *Timer + func (t *Timer) Stop() + func (t *Timer) String() string + type TimerGroup struct + func NewTimerGroup() *TimerGroup + func (t *TimerGroup) GetTimer(name fmt.Stringer) *Timer + func (t *TimerGroup) String() string + type Timers []*Timer + func (t Timers) Len() int + func (t Timers) Swap(i, j int)