Add docstrings for CriticalPathInfo
Bug: 271526845 Test: n/a Change-Id: I7ec5a9f7b39fd7441f1aac6556a77046a8210ae8
This commit is contained in:
@@ -1437,6 +1437,8 @@ func (x *MixedBuildsInfo) GetMixedBuildDisabledModules() []string {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CriticalPathInfo contains critical path nodes's information.
|
||||||
|
// A critical path is a path determining the minimum time needed for the whole build given perfect parallelism.
|
||||||
type CriticalPathInfo struct {
|
type CriticalPathInfo struct {
|
||||||
state protoimpl.MessageState
|
state protoimpl.MessageState
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
|
@@ -318,6 +318,8 @@ message MixedBuildsInfo{
|
|||||||
repeated string mixed_build_disabled_modules = 2;
|
repeated string mixed_build_disabled_modules = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CriticalPathInfo contains critical path nodes's information.
|
||||||
|
// A critical path is a path determining the minimum time needed for the whole build given perfect parallelism.
|
||||||
message CriticalPathInfo {
|
message CriticalPathInfo {
|
||||||
// Real time which the build system spent
|
// Real time which the build system spent
|
||||||
optional uint64 elapsed_time = 1;
|
optional uint64 elapsed_time = 1;
|
||||||
|
Reference in New Issue
Block a user