อินเทอร์เฟซสาธารณะ XLineOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
ยาวเป็นนามธรรม | getDisplayId () Display id of this line. |
สตริงที่เป็นนามธรรม | getDisplayName () Name of this XLine to display in trace viewer. |
นามธรรม com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
ยาวเป็นนามธรรม | getDurationPs () Profiling duration for this line in picoseconds. |
XEvent แบบนามธรรม | getEvents (ดัชนี int) XEvents within the same XLine should not overlap in time, but they can be nested. |
บทคัดย่อ | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
รายการนามธรรม < XEvent > | รับรายการกิจกรรม () XEvents within the same XLine should not overlap in time, but they can be nested. |
XEventOrBuilder แบบนามธรรม | getEventsOrBuilder (ดัชนี int) XEvents within the same XLine should not overlap in time, but they can be nested. |
รายการนามธรรม<? ขยาย XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
ยาวเป็นนามธรรม | รับรหัส () Id of this line, can be repeated within an XPlane. |
สตริงที่เป็นนามธรรม | รับชื่อ () Name of this XLine. |
นามธรรม com.google.protobuf.ByteString | getNameBytes () Name of this XLine. |
ยาวเป็นนามธรรม | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
วิธีการสาธารณะ
สาธารณะนามธรรมยาว 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;
สตริงนามธรรมสาธารณะ getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11;
นามธรรมสาธารณะ com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11;
สาธารณะนามธรรมยาว getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
บทคัดย่อสาธารณะ XEvent getEvents (ดัชนี int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
บทคัดย่อสาธารณะ int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
รายการนามธรรมสาธารณะ< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
บทคัดย่อสาธารณะ XEventOrBuilder getEventsOrBuilder (ดัชนี int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
รายการนามธรรมสาธารณะ<? ขยาย XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
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;
สตริงนามธรรมสาธารณะ getName ()
Name of this XLine.
string name = 2;
นามธรรมสาธารณะ com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
getTimestampNs แบบนามธรรมสาธารณะ ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;