XLine.Builder

clase final estática pública XLine.Builder

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

Métodos públicos

XLine.Builder
addAllEvents (Iterable <? extiende los valores de XEvent >)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (índice 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 (índice int, valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (valor de XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder (índice 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
XLine
XLine
XLine.Builder
claro ()
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
clonar ()
XLine
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
largo
getDisplayId ()
 Display id of this line.
Cuerda
getDisplayName ()
 Name of this XLine to display in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
largo
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 int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista < XEvent.Builder >
getEventsBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
En t
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista < XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista <? extiende XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
largo
getId ()
 Id of this line, can be repeated within an XPlane.
Cuerda
getName ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
largo
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
booleano final
XLine.Builder
mergeFrom (com.google.protobuf.Message otro)
XLine.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, 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 largo)
 Display id of this line.
XLine.Builder
setDisplayName (valor de cadena)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDisplayNameBytes (valor de com.google.protobuf.ByteString)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDurationPs (valor largo)
 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 (índice int, 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 del objeto)
XLine.Builder
setId (valor largo)
 Id of this line, can be repeated within an XPlane.
XLine.Builder
setName (valor de cadena)
 Name of this XLine.
XLine.Builder
setNameBytes (valor de com.google.protobuf.ByteString)
 Name of this XLine.
XLine.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
XLine.Builder
setTimestampNs (valor largo)
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public XLine.Builder addAllEvents (Iterable <? extiende los valores de 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 (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;

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 (í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;

public XLine.Builder addEvents (valor de 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 (índice 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación 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 int64 display_id = 10;

public XLine.Builder clearDisplayName ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11; display_name 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 (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;

clon público de XLine.Builder ()

public XLine getDefaultInstanceForType ()

público estático 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 int64 display_id = 10;

public String getDisplayName ()

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

public com.google.protobuf.ByteString getDisplayNameBytes ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11; display_name 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;

public XEvent.Builder getEventsBuilder (índice int)

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

Lista pública < 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;

Lista pública < 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 (índice int)

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

Lista pública <? extiende 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;

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 otro)

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

Lanza
IOException

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

public XLine.Builder removeEvents (índice 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 (valor largo)

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

public XLine.Builder setDisplayName (valor de cadena)

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

public XLine.Builder setDisplayNameBytes (valor de com.google.protobuf.ByteString)

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

public XLine.Builder setDurationPs (valor largo)

 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;

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;

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

public XLine.Builder setId (valor largo)

 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 (valor de cadena)

 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 del objeto)

public XLine.Builder setTimestampNs (valor largo)

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

público final XLine.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)