Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder
Packages that use BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder
-
Uses of BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.addActionDataBuilder()Contains the top N actions by number of actions executed.BuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.addActionDataBuilder(int index) Contains the top N actions by number of actions executed.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clear()BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearActionsCreated()The total number of actions of this type registered during the build.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearActionsExecuted()The total number of actions of this type executed during the build.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearFirstStartedMs()When the first action of this type started being executed, in milliseconds from the epoch.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearLastEndedMs()When the last action of this type ended being executed, in milliseconds from the epoch.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearMnemonic()string mnemonic = 1;BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearSystemTime()Accumulated CPU time of all spawned actions of this type.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.clearUserTime().google.protobuf.Duration user_time = 6;BuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.getActionDataBuilder(int index) Contains the top N actions by number of actions executed.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.mergeFrom(BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData other) BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.mergeSystemTime(com.google.protobuf.Duration value) Accumulated CPU time of all spawned actions of this type.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.mergeUserTime(com.google.protobuf.Duration value) .google.protobuf.Duration user_time = 6;BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.newBuilder()BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.newBuilder(BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData prototype) BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.newBuilderForType()BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setActionsCreated(long value) The total number of actions of this type registered during the build.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setActionsExecuted(long value) The total number of actions of this type executed during the build.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setFirstStartedMs(long value) When the first action of this type started being executed, in milliseconds from the epoch.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setLastEndedMs(long value) When the last action of this type ended being executed, in milliseconds from the epoch.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setMnemonic(String value) string mnemonic = 1;BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setMnemonicBytes(com.google.protobuf.ByteString value) string mnemonic = 1;BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setSystemTime(com.google.protobuf.Duration value) Accumulated CPU time of all spawned actions of this type.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setSystemTime(com.google.protobuf.Duration.Builder builderForValue) Accumulated CPU time of all spawned actions of this type.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setUserTime(com.google.protobuf.Duration value) .google.protobuf.Duration user_time = 6;BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder.setUserTime(com.google.protobuf.Duration.Builder builderForValue) .google.protobuf.Duration user_time = 6;BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.getActionDataBuilderList()Contains the top N actions by number of actions executed.Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.addActionData(int index, BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder builderForValue) Contains the top N actions by number of actions executed.BuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.addActionData(BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder builderForValue) Contains the top N actions by number of actions executed.BuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.setActionData(int index, BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder builderForValue) Contains the top N actions by number of actions executed.