XLine.Builder

classe final pública estática XLine.Builder

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

Métodos Públicos

XLine.Builder
addAllEvents (Iterable <? extends XEvent > valores)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (int index, 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 (índice int, valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder (índice interno)
 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
XLine
build ()
XLine
XLine.Builder
limpar ()
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 (campo com.google.protobuf.Descriptors.FieldDescriptor)
XLine.Builder
clearId ()
 Id of this line, can be repeated within an XPlane.
XLine.Builder
clearName ()
 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
clone ()
XLine
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
longo
getDisplayId ()
 Display id of this line.
Fragmento
getDisplayName ()
 Name of this XLine to display in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
longo
getDurationPs ()
 Profiling duration for this line in picoseconds.
XEvent
getEvents (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
getEventsBuilder (índice interno )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Listar < 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.
Listar < XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (índice interno )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista <? estende XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
longo
getId ()
 Id of this line, can be repeated within an XPlane.
Fragmento
getName ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
longo
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
final booleano
XLine.Builder
mergeFrom (com.google.protobuf.Message other)
XLine.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
XLine.Builder
removeEvents (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setDisplayId (valor longo)
 Display id of this line.
XLine.Builder
setDisplayName (valor String)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDisplayNameBytes (com.google.protobuf.ByteString value)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDurationPs (valor longo)
 Profiling duration for this line in picoseconds.
XLine.Builder
setEvents (índice int, valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setEvents (int index, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
XLine.Builder
setId (valor longo)
 Id of this line, can be repeated within an XPlane.
XLine.Builder
setName (valor String)
 Name of this XLine.
XLine.Builder
setNameBytes (com.google.protobuf.ByteString value)
 Name of this XLine.
XLine.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
XLine.Builder
setTimestampNs (valor longo)
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public XLine.Builder addAllEvents (Iterable <? extends XEvent > valores)

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

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

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4; .tensorflow.profiler.XEvent 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; .tensorflow.profiler.XEvent repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addEvents (índice int, valor XEvent )

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

public XLine.Builder addEvents (valor XEvent )

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

public XEvent.Builder addEventsBuilder (índice interno )

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4; .tensorflow.profiler.XEvent 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; .tensorflow.profiler.XEvent repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

construção XLine pública ()

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; .tensorflow.profiler.XEvent repeated .tensorflow.profiler.XEvent events = 4;

public XLine.Builder clearField (campo 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 ()

 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 static 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;

public String 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 (índice int)

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

public XEvent.Builder getEventsBuilder (índice interno )

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

public List < XEvent.Builder > getEventsBuilderList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4; .tensorflow.profiler.XEvent 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; .tensorflow.profiler.XEvent repeated .tensorflow.profiler.XEvent events = 4;

public List < XEvent > getEventsList ()

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

public XEventOrBuilder getEventsOrBuilder (índice int)

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

Lista pública <? estende XEventOrBuilder > getEventsOrBuilderList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4; .tensorflow.profiler.XEvent 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;

public String getName ()

 Name of this XLine.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 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 boolean isInitialized ()

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

public XLine.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

public XLine.Builder removeEvents (índice interno )

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

public XLine.Builder setDisplayId (valor longo)

 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 (String value)

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

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

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

public XLine.Builder setDurationPs (valor longo)

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

public XLine.Builder setEvents (índice int, valor XEvent )

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

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

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

public XLine.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public XLine.Builder setId (valor longo)

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

pública XLine.Builder setName (String value)

 Name of this XLine.
 
string name = 2;

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

 Name of this XLine.
 
string name = 2;

public XLine.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public XLine.Builder setTimestampNs (valor longo)

 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)