# Functions
NewTimerGroup constructs a new TimerGroup.
# Constants
Query timings.
Query timings.
Query timings.
Query timings.
Query timings.
Query timings.
# Structs
A Timer that can be started and stopped and accumulates the total time it was running (the time between Start() and Stop()).
A TimerGroup represents a group of timers relevant to a single query.
# Type aliases
QueryTiming identifies the code area or functionality in which time is spent during a query.
Timers is a slice of Timer pointers that implements Len and Swap from sort.Interface.