Home
last modified time | relevance | path

Searched defs:ExecutionMetrics (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/execution_metrics/
Dexecution_metrics.go53 type ExecutionMetrics struct { struct
54 MetricsAggregationDir string
55 ctx context.Context
56 logger logger.Logger
57 waitGroup sync.WaitGroup
58 fileList *fileList
96 func (c *ExecutionMetrics) SetDir(path string) {
101 func (c *ExecutionMetrics) Start() {
134 func (c *ExecutionMetrics) Finish(ctx hasTrace) {
203 func (c *ExecutionMetrics) Dump(path string, args []string) error {
[all …]
/build/soong/ui/build/
Dcontext.go38 ExecutionMetrics *execution_metrics.ExecutionMetrics member
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go2169 type ExecutionMetrics struct { struct
2170 state protoimpl.MessageState
2171 sizeCache protoimpl.SizeCache
2172 unknownFields protoimpl.UnknownFields
2175 … []string `protobuf:"bytes,1,rep,name=command_args,json=commandArgs" json:"command_args,omitempty"`
2177 …leList `protobuf:"bytes,2,opt,name=changed_files,json=changedFiles" json:"changed_files,omitempty"`
2180 func (x *ExecutionMetrics) Reset() {
2189 func (x *ExecutionMetrics) String() string {
2193 func (*ExecutionMetrics) ProtoMessage() {}
2195 func (x *ExecutionMetrics) ProtoReflect() protoreflect.Message {
[all …]
Dmetrics.proto474 message ExecutionMetrics { message