XLine

classe final pública XLine

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

Classes aninhadas

aula XLine.Builder
 An XLine is a timeline of trace events (XEvents). 

Constantes

int DISPLAY_ID_FIELD_NUMBER
int DISPLAY_NAME_FIELD_NUMBER
int DURATION_PS_FIELD_NUMBER
int EVENTS_FIELD_NUMBER
int ID_FIELD_NUMBER
int NAME_FIELD_NUMBER
int TIMESTAMP_NS_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
XLine estático
XLine
final static com.google.protobuf.Descriptors.Descriptor
longo
getDisplayId ()
 Display id of this line.
Fragmento
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.
XEvent
getEvents (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
int
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Listar < 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.
Fragmento
getName ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
int
longo
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
final com.google.protobuf.UnknownFieldSet
int
final booleano
XLine.Builder estático
newBuilder (protótipo XLine )
XLine.Builder estático
XLine.Builder
XLine estático
parseDelimitedFrom (input InputStream)
XLine estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine estático
parseFrom (dados ByteBuffer)
XLine estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine estático
parseFrom (com.google.protobuf.CodedInputStream input)
XLine estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine estático
parseFrom (com.google.protobuf.ByteString data)
XLine estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XLine.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DISPLAY_ID_FIELD_NUMBER

Valor constante: 10

público estático final int 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

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 equals (Object obj)

public static XLine getDefaultInstance ()

public XLine getDefaultInstanceForType ()

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

public String getDisplayName ()

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

public com.google.protobuf.ByteString getDisplayNameBytes ()

 Name of this XLine to display in trace viewer.
 
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; .tensorflow.profiler.XEvent 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; .tensorflow.profiler.XEvent repeated .tensorflow.profiler.XEvent events = 4;

public List < XEvent > getEventsList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4; .tensorflow.profiler.XEvent 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; .tensorflow.profiler.XEvent 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; .tensorflow.profiler.XEvent 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.Builder newBuilder (protótipo XLine )

public static XLine.Builder newBuilder ()

public XLine.Builder newBuilderForType ()

public static XLine parseDelimitedFrom (InputStream input)

Lança
IOException

public static XLine parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XLine parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static XLine parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XLine parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static XLine parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static XLine parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static XLine parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static XLine parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XLine parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public XLine.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException