clase final pública XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12Protobuf tipo
tensorflow.profiler.XLine
Clases anidadas
clase | XLine.Builder | An XLine is a timeline of trace events (XEvents). |
Constantes
En t | DISPLAY_ID_FIELD_NUMBER | |
En t | DISPLAY_NAME_FIELD_NUMBER | |
En t | DURATION_PS_FIELD_NUMBER | |
En t | EVENTS_FIELD_NUMBER | |
En t | ID_FIELD_NUMBER | |
En t | NAME_FIELD_NUMBER | |
En t | TIMESTAMP_NS_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
XLine estático | |
XLine | |
com.google.protobuf.Descriptors.Descriptor estático final | |
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. |
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. |
En t | |
largo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
final com.google.protobuf.UnknownFieldSet | |
En t | hashCode () |
booleano final | |
XLine.Builder estático | newBuilder (prototipo XLine ) |
XLine.Builder estático | newBuilder () |
XLine.Builder | |
XLine estático | parseDelimitedFrom (entrada InputStream) |
XLine estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (datos ByteBuffer) |
XLine estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (datos 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 InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XLine estático | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
XLine.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int DISPLAY_ID_FIELD_NUMBER
Valor constante: 10
public static final int DISPLAY_NAME_FIELD_NUMBER
Valor constante: 11
public static final int DURATION_PS_FIELD_NUMBER
Valor constante: 9
público estático final int EVENTS_FIELD_NUMBER
Valor constante: 4
public static final int ID_FIELD_NUMBER
Valor constante: 1
public static final int NAME_FIELD_NUMBER
Valor constante: 2
public static final int TIMESTAMP_NS_FIELD_NUMBER
Valor constante: 3
Métodos públicos
public boolean es igual a (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 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;
público getParserForType ()
public int getSerializedSize ()
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 com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static XLine parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático XLine parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático XLine parseFrom (ByteBuffer datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático XLine parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático XLine parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
público estático XLine parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático XLine parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|