XEvent.Builder

کلاس نهایی استاتیک عمومی XEvent.Builder

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
نوع Protobuf tensorflow.profiler.XEvent

روش های عمومی

XEvent.Builder
addAllStats (Iterable<? XStat > مقادیر را گسترش می دهد)
 XStats associated with the event.
XEvent.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
XEvent.Builder
addStats (مقدار XStat )
 XStats associated with the event.
XEvent.Builder
addStats ( XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
addStats (شاخص int، مقدار XStat )
 XStats associated with the event.
XEvent.Builder
addStats (int index، XStat.Builder builderForValue)
 XStats associated with the event.
XStat.Builder
addStatsBuilder (int index)
 XStats associated with the event.
XStat.Builder
addStatsBuilder ()
 XStats associated with the event.
XEvent
XEvent
XEvent.Builder
XEvent.Builder
XEvent.Builder
clearDurationPs ()
 Duration of the event in picoseconds.
XEvent.Builder
clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)
XEvent.Builder
clearMetadataId ()
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
clearNumOccurrences ()
 Number of occurrences of the event, if aggregated.
XEvent.Builder
clearOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XEvent.Builder
clearStats ()
 XStats associated with the event.
XEvent.Builder
XEvent.DataCase
XEvent
نهایی static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
طولانی
getDurationPs ()
 Duration of the event in picoseconds.
طولانی
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
طولانی
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
طولانی
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XStat
getStats (شاخص int)
 XStats associated with the event.
XStat.Builder
getStatsBuilder (int index)
 XStats associated with the event.
فهرست < XStat.Builder >
getStatsBuilderList ()
 XStats associated with the event.
بین المللی
getStatsCount ()
 XStats associated with the event.
فهرست < XStat >
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (int index)
 XStats associated with the event.
لیست<? XStatOrBuilder را گسترش می دهد >
getStatsOrBuilderList ()
 XStats associated with the event.
بولی نهایی
XEvent.Builder
mergeFrom (com.google.protobuf.Message other)
XEvent.Builder
mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
نهایی XEvent.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
XEvent.Builder
removeStats (int index)
 XStats associated with the event.
XEvent.Builder
setDurationPs (مقدار طولانی)
 Duration of the event in picoseconds.
XEvent.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
XEvent.Builder
setMetadataId (مقدار طولانی)
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
setNumOccurrences (مقدار طولانی)
 Number of occurrences of the event, if aggregated.
XEvent.Builder
setOffsetPs (مقدار طولانی)
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
XEvent.Builder
setStats (int index، XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
setStats (شاخص int، مقدار XStat )
 XStats associated with the event.
نهایی XEvent.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

روش های ارثی

روش های عمومی

عمومی XEvent.Builder addAllStats (Iterable<? XStat > مقادیر را گسترش می دهد)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

public XEvent.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

عمومی XEvent.Builder addStats (مقدار XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XEvent.Builder addStats ( XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XEvent.Builder addStats (شاخص int، مقدار XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XEvent.Builder addStats (int index, XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XStat.Builder addStatsBuilder (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XStat.Builder addStatsBuilder ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

ساخت عمومی XEvent ()

عمومی XEvent buildPartial ()

عمومی XEvent.Builder clear ()

عمومی XEvent.Builder clearData ()

عمومی XEvent.Builder clearDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

public XEvent.Builder clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)

عمومی XEvent.Builder clearMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

عمومی XEvent.Builder clearNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

عمومی XEvent.Builder clearOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

عمومی XEvent.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

عمومی XEvent.Builder clearStats ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

کلون عمومی XEvent.Builder ()

عمومی XEvent.DataCase getDataCase ()

عمومی XEvent getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

دریافت طولانی مدت عمومی ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

public long getMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

getNumOccurrences طولانی عمومی ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

getOffsetP های طولانی عمومی ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

عمومی XStat getStats (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XStat.Builder getStatsBuilder (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

فهرست عمومی < XStat.Builder > getStatsBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

فهرست عمومی < XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XStatOrBuilder getStatsOrBuilder (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

لیست عمومی<? گسترش XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

بولین نهایی عمومی isInitialized ()

عمومی XEvent.Builder mergeFrom (com.google.protobuf.Message other)

عمومی XEvent.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی نهایی XEvent.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public XEvent.Builder removeStats (int index)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XEvent.Builder setDurationPs (مقدار طولانی)

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

public XEvent.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

عمومی XEvent.Builder setMetadataId (مقدار طولانی)

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

عمومی XEvent.Builder setNumOccurrences (مقدار طولانی)

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

عمومی XEvent.Builder setOffsetPs (مقدار طولانی)

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

عمومی XEvent.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)

عمومی XEvent.Builder setStats (int index, XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

عمومی XEvent.Builder setStats (شاخص int، مقدار XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

نهایی عمومی XEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)