lớp cuối cùng công khai XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine
Các lớp lồng nhau
lớp học | XLine.Builder | An XLine is a timeline of trace events (XEvents). |
Hằng số
int | DISPLAY_ID_FIELD_NUMBER | |
int | DISPLAY_NAME_FIELD_NUMBER | |
int | DUration_PS_FIELD_NUMBER | |
int | SỰ KIỆN_FIELD_NUMBER | |
int | ID_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | TIMESTAMP_NS_FIELD_NUMBER |
Phương pháp công khai
boolean | bằng (Đối tượng obj) |
XLine tĩnh | |
XLine | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
dài | getDisplayId () Display id of this line. |
Sợi dây | getDisplayName () Name of this XLine to display in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
dài | getDurationPs () Profiling duration for this line in picoseconds. |
XEsự kiện | getEvent (chỉ mục 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. |
Danh sách< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
XEventOrBuilder | getEventsOrBuilder (chỉ mục int) XEvents within the same XLine should not overlap in time, but they can be nested. |
Danh sách<? mở rộng XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
dài | getId () Id of this line, can be repeated within an XPlane. |
Sợi dây | lấy Tên () Name of this XLine. |
com.google.protobuf.ByteString | getNameBytes () Name of this XLine. |
int | |
dài | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
com.google.protobuf.UnknownFieldSet cuối cùng | |
int | mã băm () |
boolean cuối cùng | |
XLine.Builder tĩnh | newBuilder ( nguyên mẫu XLine ) |
XLine.Builder tĩnh | |
XLine.Builder | |
XLine tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
XLine tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry) |
XLine tĩnh | ParseFrom (dữ liệu ByteBuffer) |
XLine tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
XLine tĩnh | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
XLine tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
XLine tĩnh | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
XLine tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
XLine tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
XLine tĩnh | ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
XLine.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int cuối cùng tĩnh công khai DISPLAY_ID_FIELD_NUMBER
Giá trị không đổi: 10
int cuối cùng tĩnh công khai DISPLAY_NAME_FIELD_NUMBER
Giá trị không đổi: 11
int cuối cùng tĩnh công khai DUration_PS_FIELD_NUMBER
Giá trị không đổi: 9
int tĩnh công khai EVENTS_FIELD_NUMBER
Giá trị không đổi: 4
int tĩnh cuối cùng ID_FIELD_NUMBER
Giá trị không đổi: 1
int tĩnh công khai NAME_FIELD_NUMBER
Giá trị không đổi: 2
int cuối cùng tĩnh công khai TIMESTAMP_NS_FIELD_NUMBER
Giá trị không đổi: 3
Phương pháp công khai
boolean công khai bằng (Object obj)
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getDisplayId dài công khai ()
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;
Chuỗi công khai getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11;
com.google.protobuf.ByteString getDisplayNameBytes () công khai
Name of this XLine to display in trace viewer.
string display_name = 11;
getDurationPs dài công khai ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
getEvents XEvent công khai (chỉ mục int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
int công khai getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
Danh sách công khai< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
công khai XEventOrBuilder getEventsOrBuilder (chỉ mục int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
Danh sách công khai<? mở rộng XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
getId công khai dài ()
Id of this line, can be repeated within an XPlane. All XLines with the same id are effectively the same timeline.
int64 id = 1;
Chuỗi công khai getName ()
Name of this XLine.
string name = 2;
com.google.protobuf.ByteString getNameBytes công khai ()
Name of this XLine.
string name = 2;
công cộng getParserForType ()
int công khai getSerializedSize ()
getTimestampNs dài công khai ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
phân tích cú pháp XLine tĩnh công khaiDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
Phân tích cú pháp XLine tĩnh công khaiFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
Phân tích cú pháp XLine tĩnh công khaiTừ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
Phân tích cú pháp XLine tĩnh công khaiFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
Phân tích XLine tĩnh công khaiFrom (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
Phân tích cú pháp XLine tĩnh công khaiTừ (Đầu vàoInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
Phân tích cú pháp XLine tĩnh công khaiFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công cộng tĩnh trình phân tích cú pháp ()
public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)
Ném
IOException |
---|