XLine.Builder

classe finale statique publique XLine.Builder

 An XLine is a timeline of trace events (XEvents).
 Next ID: 12
 
tensorflow.profiler.XLine de type Protobuf

Méthodes publiques

XLine.Builder
addAllEvents (Iterable<? étend XEvent > valeurs)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (index int, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents ( XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (index int, valeur XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (valeur XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder (index int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
Ligne XL
Ligne XL
XLine.Builder
clair ()
XLine.Builder
clearDisplayId ()
 Display id of this line.
XLine.Builder
clearDisplayName ()
 Name of this XLine to display in trace viewer.
XLine.Builder
clearDurationPs ()
 Profiling duration for this line in picoseconds.
XLine.Builder
clearEvents ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
XLine.Builder
identifiant clair ()
 Id of this line, can be repeated within an XPlane.
XLine.Builder
nom clair ()
 Name of this XLine.
XLine.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XLine.Builder
clearTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder
cloner ()
Ligne XL
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
long
getDisplayId ()
 Display id of this line.
Chaîne
getDisplayName ()
 Name of this XLine to display in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
long
getDurationPs ()
 Profiling duration for this line in picoseconds.
XÉvénement
getEvents (index entier)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
getEventsBuilder (index int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste< XEvent.Builder >
getEventsBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
int
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste< XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (index int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste<? étend XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
long
getId ()
 Id of this line, can be repeated within an XPlane.
Chaîne
obtenirNom ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
long
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
booléen final
XLine.Builder
mergeFrom (com.google.protobuf.Message autre)
XLine.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
XLine.Builder
RemoveEvents (index int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setDisplayId (valeur longue)
 Display id of this line.
XLine.Builder
setDisplayName (valeur de chaîne)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDisplayNameBytes (valeur com.google.protobuf.ByteString)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDurationPs (valeur longue)
 Profiling duration for this line in picoseconds.
XLine.Builder
setEvents (index int, valeur XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setEvents (index int, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
XLine.Builder
setId (valeur longue)
 Id of this line, can be repeated within an XPlane.
XLine.Builder
setName (valeur de chaîne)
 Name of this XLine.
XLine.Builder
setNameBytes (valeur com.google.protobuf.ByteString)
 Name of this XLine.
XLine.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
XLine.Builder
setTimestampNs (valeur longue)
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public XLine.Builder addAllEvents (Iterable <? étend XEvent > valeurs)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addEvents (index int, XEvent.Builder builderForValue)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addEvents ( XEvent.Builder builderForValue)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addEvents (index int, valeur XEvent )

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addEvents (valeur XEvent )

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XEvent.Builder addEventsBuilder (index int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XEvent.Builder addEventsBuilder ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

version publique XLine ()

public XLine buildPartial ()

public XLine.Builder clear ()

public XLine.Builder clearDisplayId ()

 Display id of this line. Multiple lines with the same display_id are
 grouped together in the same trace viewer row.
 
int64 display_id = 10;

public XLine.Builder clearDisplayName ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

public XLine.Builder clearDurationPs ()

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

public XLine.Builder clearEvents ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public XLine.Builder clearId ()

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

public XLine.Builder clearName ()

nom de chaîne

 Name of this XLine.
 
string name = 2;

public XLine.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public XLine.Builder clearTimestampNs ()

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;

clone public XLine.Builder ()

public XLine getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public long getDisplayId ()

 Display id of this line. Multiple lines with the same display_id are
 grouped together in the same trace viewer row.
 
int64 display_id = 10;

chaîne publique getDisplayName ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

public com.google.protobuf.ByteString getDisplayNameBytes ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

public long getDurationPs ()

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

public XEvent getEvents (index int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XEvent.Builder getEventsBuilder (index int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

Liste publique < XEvent.Builder > getEventsBuilderList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public int getEventsCount ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

Liste publique < XEvent > getEventsList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XEventOrBuilder getEventsOrBuilder (index int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

Liste publique <? étend XEventOrBuilder > getEventsOrBuilderList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public long getId ()

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

chaîne publique getName ()

nom de chaîne

 Name of this XLine.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 Name of this XLine.
 
string name = 2;

public long getTimestampNs ()

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;

public final booléen isInitialized ()

public XLine.Builder mergeFrom (com.google.protobuf.Message autre)

public XLine.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public final XLine.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public XLine.Builder removeEvents (index int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder setDisplayId (valeur longue)

 Display id of this line. Multiple lines with the same display_id are
 grouped together in the same trace viewer row.
 
int64 display_id = 10;

public XLine.Builder setDisplayName (valeur de chaîne)

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

public XLine.Builder setDisplayNameBytes (valeur com.google.protobuf.ByteString)

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

public XLine.Builder setDurationPs (valeur longue)

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

public XLine.Builder setEvents (index int, valeur XEvent )

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder setEvents (index int, XEvent.Builder builderForValue)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public XLine.Builder setId (valeur longue)

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

public XLine.Builder setName (valeur de chaîne)

nom de chaîne

 Name of this XLine.
 
string name = 2;

public XLine.Builder setNameBytes (valeur com.google.protobuf.ByteString)

 Name of this XLine.
 
string name = 2;

public XLine.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public XLine.Builder setTimestampNs (valeur longue)

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;

public final XLine.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)