Home
last modified time | relevance | path

Searched refs:SoongMetrics (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmetrics.go28 type SoongMetrics struct { struct
33 func ReadSoongMetrics(config Config) SoongMetrics {
34 return config.Get(soongMetricsOnceKey).(SoongMetrics)
46 metrics := SoongMetrics{}