Home
last modified time | relevance | path

Searched defs:CriticalPathInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go422CriticalPathInfo *CriticalPathInfo `protobuf:"bytes,33,opt,name=critical_path_info,json=criticalPa… member
1885 type CriticalPathInfo struct { struct
1886 state protoimpl.MessageState
1887 sizeCache protoimpl.SizeCache
1888 unknownFields protoimpl.UnknownFields
1891 …varint,1,opt,name=elapsed_time_micros,json=elapsedTimeMicros" json:"elapsed_time_micros,omitempty"`
1893 …=critical_path_time_micros,json=criticalPathTimeMicros" json:"critical_path_time_micros,omitempty"`
1895 …obInfo `protobuf:"bytes,4,rep,name=critical_path,json=criticalPath" json:"critical_path,omitempty"`
1897 …tobuf:"bytes,5,rep,name=long_running_jobs,json=longRunningJobs" json:"long_running_jobs,omitempty"`
1900 func (x *CriticalPathInfo) Reset() {
[all …]
H A Dmetrics.proto405 message CriticalPathInfo { message
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp927 struct CriticalPathInfo { in shouldConvertIf() struct
928 unsigned Extra; // Count of extra cycles that the component adds. in shouldConvertIf()
929 unsigned Depth; // Absolute depth of the component in cycles. in shouldConvertIf()