सार्वजनिक इंटरफ़ेस 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 (इंट इंडेक्स) 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 > | getEventsसूची () 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 | getNameबाइट्स () 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;