clase final pública XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine
Clases anidadas
clase | XLine.Constructor | An XLine is a timeline of trace events (XEvents). |
Constantes
entero | DISPLAY_ID_FIELD_NUMBER | |
entero | DISPLAY_NAME_FIELD_NUMBER | |
entero | DURATION_PS_FIELD_NUMBER | |
entero | EVENTOS_CAMPO_NUMBER | |
entero | ID_FIELD_NUMBER | |
entero | NOMBRE_CAMPO_NÚMERO | |
entero | TIMESTAMP_NS_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
XLine estático | |
Línea XL | |
com.google.protobuf.Descriptors.Descriptor estático final | |
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. |
entero | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
Lista< XEvento > | getLista 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. |
entero | |
largo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
XLine.Builder estático | newBuilder (prototipo XLine ) |
XLine.Builder estático | |
XLine.Builder | |
XLine estático | parseDelimitedFrom (entrada de InputStream) |
XLine estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (datos de ByteBuffer) |
XLine estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
XLine estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
XLine estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (datos com.google.protobuf.ByteString) |
XLine estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
XLine.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público DISPLAY_ID_FIELD_NUMBER
Valor constante: 10
int final estático público DISPLAY_NAME_FIELD_NUMBER
Valor constante: 11
int final estático público DURATION_PS_FIELD_NUMBER
Valor constante: 9
int final estático público EVENTS_FIELD_NUMBER
Valor constante: 4
int final estático público ID_FIELD_NUMBER
Valor constante: 1
público estático final int NAME_FIELD_NUMBER
Valor constante: 2
int final estático público TIMESTAMP_NS_FIELD_NUMBER
Valor constante: 3
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 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 getParserForType ()
público int getSerializedSize ()
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 com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
parseDelimitedFrom XLine estático público (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
ParseFrom XLine estático público (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XLine estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom XLine estático público (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XLine estático público (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XLine estático público (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XLine estático público (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom XLine estático público (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|