Searched refs:soongMetrics (Results 1 – 1 of 1) sorted by relevance
33 type soongMetrics struct { struct44 func getSoongMetrics(config Config) *soongMetrics {46 return &soongMetrics{}47 }).(*soongMetrics)71 soongMetrics := getSoongMetrics(config)72 if soongMetrics.modules > 0 {73 metrics.Modules = proto.Uint32(uint32(soongMetrics.modules))74 metrics.Variants = proto.Uint32(uint32(soongMetrics.variants))77 soongMetrics.perfCollector.stop <- true78 metrics.PerfCounters = soongMetrics.perfCollector.events