Home
last modified time | relevance | path

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

/build/soong/ui/status/build_progress_proto/
Dbuild_progress.proto21 // 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/
Dmetrics.go34 Total = "total" const
61 case Total:
62 m.metrics.Total = &perf
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go200 Total *PerfInfo `protobuf:"bytes,21,opt,name=total" json:"total,omitempty"` member
379 return m.Total
/build/soong/ui/build/
Dbuild.go165 ctx.BeginTrace(metrics.Total, "total")