Searched defs:ExecutionMetrics (Results 1 – 4 of 4) sorted by relevance
| /build/soong/ui/execution_metrics/ |
| D | execution_metrics.go | 53 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/ |
| D | context.go | 38 ExecutionMetrics *execution_metrics.ExecutionMetrics member
|
| /build/soong/ui/metrics/metrics_proto/ |
| D | metrics.pb.go | 2169 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 …]
|
| D | metrics.proto | 474 message ExecutionMetrics { message
|