Versions in this module Expand all Collapse all v1 v1.7.2 Feb 15, 2018 Changes in this version + type QueryStats struct + Timings queryTimings + func NewQueryStats(tg *TimerGroup) *QueryStats + type QueryTiming int + const EvalTotalTime + const ExecQueueTime + const ExecTotalTime + const InnerEvalTime + const QueryPreparationTime + const ResultAppendTime + const ResultSortTime + func (s QueryTiming) String() string + type Timer struct + func (t *Timer) Duration() float64 + 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)