Searched refs:Total (Results 1 – 10 of 10) sorted by relevance
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 21 // Total number of actions in a build. The total actions will increase 25 // Total number of completed build actions. This value will never decrease 32 // Total number of current actions being executed during a course of a 36 // Total number of actions that reported as a failure.
|
/build/soong/ui/metrics/bazel_metrics_proto/ |
D | bazel_metrics.pb.go | 43 …Total *int64 `protobuf:"varint,2,opt,name=total,proto3,oneof" json:"total,omitempty… member 88 if x != nil && x.Total != nil { 89 return *x.Total
|
/build/soong/ui/metrics/ |
D | metrics.go | 64 Total = "total" const 123 case Total: 124 m.metrics.Total = &perf
|
/build/soong/ui/metrics/bp2build_metrics_proto/ |
D | bp2build_metrics.proto | 21 // Total number of Soong modules converted to generated targets 24 // Total number of Soong modules converted to handcrafted targets 27 // Total number of unconverted Soong modules
|
/build/soong/ui/metrics/mk_metrics_proto/ |
D | mk_metrics.proto | 22 // Total number of mk files present in the workspace.
|
/build/soong/ui/metrics/bp2build_progress_metrics_proto/ |
D | bp2build.proto | 39 // Total number of transitive dependencies.
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 35 // Total running time of every need-to-build edge in milliseconds
|
/build/soong/ui/build/ |
D | build.go | 219 ctx.BeginTrace(metrics.Total, "total")
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 259 // Total IO input in kilobytes. 262 // Total IO output in kilobytes.
|
D | metrics.pb.go | 393 Total *PerfInfo `protobuf:"bytes,21,opt,name=total" json:"total,omitempty"` member 612 return x.Total
|