Searched refs:soong_metrics_proto (Results 1 – 7 of 7) sorted by relevance
76 metrics soong_metrics_proto.MetricsBase85 metrics: soong_metrics_proto.MetricsBase{},93 func (m *Metrics) SetTimeMetrics(perf soong_metrics_proto.PerfInfo) {111 func (m *Metrics) BuildConfig(b *soong_metrics_proto.BuildConfig) {167 func arch(a string) *soong_metrics_proto.MetricsBase_Arch {170 return soong_metrics_proto.MetricsBase_ARM.Enum()172 return soong_metrics_proto.MetricsBase_ARM64.Enum()174 return soong_metrics_proto.MetricsBase_X86.Enum()176 return soong_metrics_proto.MetricsBase_X86_64.Enum()178 return soong_metrics_proto.MetricsBase_UNKNOWN.Enum()[all …]
57 procResInfo []*soong_metrics_proto.ProcessResourceInfo69 func (e event) perfInfo() soong_metrics_proto.PerfInfo {71 return soong_metrics_proto.PerfInfo{125 e.procResInfo = append(e.procResInfo, &soong_metrics_proto.ProcessResourceInfo{146 func (t *EventTracer) End(tracer.Thread) soong_metrics_proto.PerfInfo {
23 soong_metrics_proto "android/soong/ui/metrics/metrics_proto" packageName58 func collectMetrics(config Config) *soong_metrics_proto.SoongBuildMetrics {59 metrics := &soong_metrics_proto.SoongBuildMetrics{}
26 soong_metrics_proto "android/soong/ui/metrics/metrics_proto" packageName297 var soongBuildMetrics *soong_metrics_proto.SoongBuildMetrics320 func loadSoongBuildMetrics(ctx Context, config Config) *soong_metrics_proto.SoongBuildMetrics {326 soongBuildMetrics := &soong_metrics_proto.SoongBuildMetrics{}334 func logSoongBuildMetrics(ctx Context, metrics *soong_metrics_proto.SoongBuildMetrics) {
73 soong_metrics_proto.PerfInfo{
18 option go_package = "soong_metrics_proto";
4 package soong_metrics_proto package