Home
last modified time | relevance | path

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

/build/kati/
Dstats.go175 type shellStatsT struct { struct
176 mu sync.Mutex
177 duration time.Duration
178 count int
183 func (s *shellStatsT) add(d time.Duration) {
190 func (s *shellStatsT) Duration() time.Duration {
196 func (s *shellStatsT) Count() int {