genel final dersi XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine
İç İçe Sınıflar
sınıf | XLine.Builder | An XLine is a timeline of trace events (XEvents). |
Sabitler
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 |
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
statik XLine | |
XL hattı | |
final statik com.google.protobuf.Descriptors.Descriptor | |
uzun | getDisplayId () Display id of this line. |
Sicim | getDisplayName () Name of this XLine to display in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
uzun | getDurationPs () Profiling duration for this line in picoseconds. |
XEvent | getEvents (int dizini) 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. |
Liste< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
XEventOrBuilder | getEventsOrBuilder (int dizini) XEvents within the same XLine should not overlap in time, but they can be nested. |
Liste<? XEventOrBuilder'ı genişletir > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
uzun | kimliği al () Id of this line, can be repeated within an XPlane. |
Sicim | getName () Name of this XLine. |
com.google.protobuf.ByteString | getNameBytes () Name of this XLine. |
int | |
uzun | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
final com.google.protobuf.UnknownFieldSet | |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik XLine.Builder | yeniİnşaatçı ( XLine prototipi) |
statik XLine.Builder | yeniİnşaatçı () |
XLine.Builder | |
statik XLine | parseDelimitedFrom (InputStream girişi) |
statik XLine | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik XLine | parseFrom (ByteBuffer verileri) |
statik XLine | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik XLine | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik XLine | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
statik XLine | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik XLine | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
statik XLine | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik XLine | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
XLine.Builder | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int DISPLAY_ID_FIELD_NUMBER
Sabit Değer: 10
genel statik final int DISPLAY_NAME_FIELD_NUMBER
Sabit Değer: 11
genel statik final int DURATION_PS_FIELD_NUMBER
Sabit Değer: 9
genel statik final int EVENTS_FIELD_NUMBER
Sabit Değer: 4
genel statik son int ID_FIELD_NUMBER
Sabit Değer: 1
genel statik final int NAME_FIELD_NUMBER
Sabit Değer: 2
genel statik final int TIMESTAMP_NS_FIELD_NUMBER
Sabit Değer: 3
Genel Yöntemler
genel boole eşittir (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
genel uzun 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;
genel uzun getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
genel XEvent getEvents (int dizini)
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;
genel Liste< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
genel XEventOrBuilder getEventsOrBuilder (int dizini)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
genel liste<? XEventOrBuilder'ı genişletir > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
genel uzun 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;
genel Dize getName ()
Name of this XLine.
string name = 2;
public com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
halk getParserForType ()
public int getSerializedSize ()
genel uzun getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel int hashCode ()
genel final boolean isInitialized ()
genel statik XLine parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik XLine ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik XLine ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik XLine ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik XLine ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik XLine parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik XLine ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IO İstisnası |
---|