interfaccia pubblica XLineOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
astratto lungo | getDisplayId () Display id of this line. |
stringa astratta | getNomeVisualizzato () Name of this XLine to display in trace viewer. |
astratto com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
astratto lungo | getDurataPs () Profiling duration for this line in picoseconds. |
XEvent astratto | getEvents (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
astratto int | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
Elenco astratto< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
XEventOrBuilder astratto | getEventsOrBuilder (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
Elenco astratto<? estende XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
astratto lungo | getId () Id of this line, can be repeated within an XPlane. |
stringa astratta | getNome () Name of this XLine. |
astratto com.google.protobuf.ByteString | getNomeBytes () Name of this XLine. |
astratto lungo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
Metodi pubblici
pubblico astratto lungo 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;
public abstract String getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11;
estratto pubblico com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11;
public abstract lungo getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
public abstract XEvent getEvents (indice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
public abstract int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
Lista astratta pubblica< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
public abstract XEventOrBuilder getEventsOrBuilder (indice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
Elenco abstract pubblico<? estende XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
public abstract long 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;
stringa astratta pubblica getName ()
Name of this XLine.
string name = 2;
estratto pubblico com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
pubblico astratto lungo getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;