Home
last modified time | relevance | path

Searched refs:Total (Results 1 – 5 of 5) 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.go67 Total = "total" const
105 case Total:
106 m.metrics.Total = &perf
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto170 // Total IO input in kilobytes.
173 // Total IO output in kilobytes.
Dmetrics.pb.go200 Total *PerfInfo `protobuf:"bytes,21,opt,name=total" json:"total,omitempty"` member
388 return m.Total
/build/soong/ui/build/
Dbuild.go187 ctx.BeginTrace(metrics.Total, "total")