Home
last modified time | relevance | path

Searched defs:statsT (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Dstats.go124 type statsT struct { struct
125 mu sync.Mutex
126 data map[string]statsData
133 func (s *statsT) add(name, v string, t time.Time) {