interfejs publiczny XLineOrBuilder
Znane podklasy pośrednie |
Metody publiczne
streszczenie długie | pobierzDisplayId () Display id of this line. |
abstrakcyjny ciąg | pobierz nazwę wyświetlaną () Name of this XLine to display in trace viewer. |
streszczenie com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
streszczenie długie | getDurationPs () Profiling duration for this line in picoseconds. |
streszczenie XEvent | getEvents (indeks int) XEvents within the same XLine should not overlap in time, but they can be nested. |
streszczenie wew | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
streszczenie Lista< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
streszczenie XEventOrBuilder | getEventsOrBuilder (indeks int) XEvents within the same XLine should not overlap in time, but they can be nested. |
lista abstrakcyjna<? rozszerza XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
streszczenie długie | pobierzId () Id of this line, can be repeated within an XPlane. |
abstrakcyjny ciąg | pobierz nazwę () Name of this XLine. |
streszczenie com.google.protobuf.ByteString | getNameBytes () Name of this XLine. |
streszczenie długie | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
Metody publiczne
publiczne streszczenie długie 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;
publiczny ciąg abstrakcyjny getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11;
publiczna abstrakcja com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11;
publiczne streszczenie długie getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
publiczne streszczenie XEvent getEvents (indeks int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
publiczne streszczenie int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
publiczna lista abstrakcyjna< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
publiczne streszczenie XEventOrBuilder getEventsOrBuilder (indeks int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
publiczna lista abstrakcyjna<? rozszerza XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
publiczne streszczenie długie 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;
publiczna abstrakcja String getName ()
Name of this XLine.
string name = 2;
publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
publiczne streszczenie długie getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;