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.Constructor
addAllEvents (Iterable<? extiende los valores de XEvent >)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
addEvents (índice int, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
addEvents ( XEvent.Builder constructorForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
addEvents (índice int, valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
addEvents (valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Constructor
addEventsBuilder (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Constructor
agregarEventsBuilder ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Línea XL
Línea XL
XLine.Constructor
claro ()
XLine.Constructor
borrarDisplayId ()
 Display id of this line.
XLine.Constructor
borrar nombre de visualización ()
 Name of this XLine to display in trace viewer.
XLine.Constructor
borrarDuraciónPs ()
 Profiling duration for this line in picoseconds.
XLine.Constructor
borrarEventos ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
XLine.Constructor
borrarId ()
 Id of this line, can be repeated within an XPlane.
XLine.Constructor
borrar nombre ()
 Name of this XLine.
XLine.Constructor
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
XLine.Constructor
borrarMarca de tiempoNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Constructor
clonar ()
Línea XL
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
largo
getDisplayId ()
 Display id of this line.
Cadena
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
obtenerDuraciónPs ()
 Profiling duration for this line in picoseconds.
XEvento
getEvents (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Constructor
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< XEvento >
obtener lista de eventos ()
 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
obtenerId ()
 Id of this line, can be repeated within an XPlane.
Cadena
obtenerNombre ()
 Name of this XLine.
com.google.protobuf.ByteString
getNombreBytes ()
 Name of this XLine.
largo
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
booleano final
XLine.Constructor
mergeFrom (com.google.protobuf.Message otro)
XLine.Constructor
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
XLine.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
XLine.Constructor
eliminarEvents (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
setDisplayId (valor largo)
 Display id of this line.
XLine.Constructor
setDisplayName (valor de cadena)
 Name of this XLine to display in trace viewer.
XLine.Constructor
setDisplayNameBytes (valor com.google.protobuf.ByteString)
 Name of this XLine to display in trace viewer.
XLine.Constructor
setDurationPs (valor largo)
 Profiling duration for this line in picoseconds.
XLine.Constructor
setEvents (índice int, valor XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
setEvents (índice int, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Constructor
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
XLine.Constructor
setId (valor largo)
 Id of this line, can be repeated within an XPlane.
XLine.Constructor
setName (valor de cadena)
 Name of this XLine.
XLine.Constructor
setNameBytes (valor com.google.protobuf.ByteString)
 Name of this XLine.
XLine.Constructor
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
XLine.Constructor
setTimestampNs (valor largo)
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

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

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

addEvents públicos XLine.Builder (índice 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;

addEvents públicos XLine.Builder ( XEvent.Builder builderForValue)

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

addEvents públicos XLine.Builder (í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;

addEvents públicos XLine.Builder (valor XEvent )

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

público 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;

público XEvent.Builder addEventsBuilder ()

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

público XLine.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública XLine ()

compilación pública XLinePartial ()

público XLine.Builder claro ()

público 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;

público XLine.Builder clearDisplayName ()

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

público XLine.Builder clearDurationPs ()

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

público XLine.Builder clearEvents ()

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

público XLine.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público 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;

público XLine.Builder clearName ()

 Name of this XLine.
 
string name = 2;

público XLine.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público 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 ()

getDefaultInstanceForType público XLine ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

público largo 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;

cadena pública getDisplayName ()

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

público com.google.protobuf.ByteString getDisplayNameBytes ()

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

getDurationPs público largo ()

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

público 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;

público 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;

público 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;

público 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;

getId público 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;

cadena pública getName ()

 Name of this XLine.
 
string name = 2;

público com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

público largo getTimestampNs ()

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

público XLine.Builder mergeFrom (com.google.protobuf.Message otro)

XLine.Builder público mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público final XLine.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público 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;

público 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 display_id = 10;

público XLine.Builder setDisplayName (valor de cadena)

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

público XLine.Builder setDisplayNameBytes (valor com.google.protobuf.ByteString)

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

público XLine.Builder setDurationPs (valor largo)

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

público 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;

público XLine.Builder setEvents (índice 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;

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

público 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;

público XLine.Builder setName (valor de cadena)

 Name of this XLine.
 
string name = 2;

público XLine.Builder setNameBytes (valor com.google.protobuf.ByteString)

 Name of this XLine.
 
string name = 2;

público XLine.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público 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 desconocidoFields)