Searched defs:CriticalPathInfo (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.pb.go | 422 …CriticalPathInfo *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 D | metrics.proto | 405 message CriticalPathInfo { message
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 927 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()
|