aula final pública XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine
Classes aninhadas
aula | XLine.Builder | An XLine is a timeline of trace events (XEvents). |
Constantes
interno | DISPLAY_ID_FIELD_NUMBER | |
interno | DISPLAY_NAME_FIELD_NUMBER | |
interno | DURATION_PS_FIELD_NUMBER | |
interno | EVENTS_FIELD_NUMBER | |
interno | ID_FIELD_NUMBER | |
interno | NAME_FIELD_NUMBER | |
interno | TIMESTAMP_NS_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
Linha XL estática | |
Linha XL | |
final estático com.google.protobuf.Descriptors.Descriptor | |
longo | getDisplayID () Display id of this line. |
Corda | 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. |
XEvento | getEvents (índice interno) XEvents within the same XLine should not overlap in time, but they can be nested. |
interno | 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 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. |
Corda | getNome () Name of this XLine. |
com.google.protobuf.ByteString | getNomeBytes () Name of this XLine. |
interno | |
longo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
XLine.Builder estático | newBuilder (protótipo XLine ) |
XLine.Builder estático | |
XLine.Builder | |
Linha XL estática | parseDelimitedFrom (entrada InputStream) |
Linha XL estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Linha XL estática | parseFrom (dados de ByteBuffer) |
Linha XL estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Linha XL estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Linha XL estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Linha XL estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Linha XL estática | parseFrom (dados com.google.protobuf.ByteString) |
Linha XL estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Linha XL estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
XLine.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
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
público estático final int DURATION_PS_FIELD_NUMBER
Valor Constante: 9
público estático final int EVENTS_FIELD_NUMBER
Valor Constante: 4
público estático final int ID_FIELD_NUMBER
Valor Constante: 1
int final estático público NAME_FIELD_NUMBER
Valor Constante: 2
público estático final int TIMESTAMP_NS_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getDisplayId longo público ()
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;
String 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;
público longo getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
getEvents públicos XEvent (í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<? estende XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
público longo 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;
String pública getNome ()
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 ()
getTimestampNs longo público ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static XLine parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XLine parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XLine parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static XLine parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
parseFrom XLine estático público (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static XLine parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XLine parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|