Searched defs:Metrics (Results 1 – 7 of 7) sorted by relevance
29 type Metrics struct { struct30 gc Flags31 marks []*mark32 curMark *mark33 filebase string34 pprofFile *os.File80 func (m *Metrics) Report(w io.Writer) {111 func (m *Metrics) Start(name string) {132 func (m *Metrics) closeMark() {171 func (m *Metrics) shouldPProf() bool {
41 func (m *_Metric1[T]) Metrics() []T { func74 func (m *_Metric2[T1, T2]) Metrics() (r1 []T1, r2 []T2) { func112 func (m *_Metric3[T1, T2, T3]) Metrics() (r1 []T1, r2 []T2, r3 []T3) { func
87 class Metrics: class
1145 } Metrics; member1171 } Metrics; member