Class BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown
All Implemented Interfaces:
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
BuildEventStreamProtos.TestResult.ExecutionInfo

public static final class BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder
 Represents a hierarchical timing breakdown of an activity.
 The top level time should be the total time of the activity.
 Invariant: `time` >= sum of `time`s of all direct children.
 
Protobuf type build_event_stream.TestResult.ExecutionInfo.TimingBreakdown
See Also: