ממשק ציבורי 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 index) 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. |
רשימת תקציר< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
תקציר XEventOrBuilder | getEventsOrBuilder (int index) 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. |
מופשט ארוך | getId () Id of this line, can be repeated within an XPlane. |
מחרוזת מופשטת | getName () 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 index)
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 index)
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;