interface pública XLineOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
abstrato longo | getDisplayID () Display id of this line. |
cadeia abstrata | getDisplayName () Name of this XLine to display in trace viewer. |
abstrato com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
abstrato longo | getDurationPs () Profiling duration for this line in picoseconds. |
XEvento abstrato | getEvents (índice interno) XEvents within the same XLine should not overlap in time, but they can be nested. |
abstrato int | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
Lista abstrata< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
abstrato XEventOrBuilder | getEventsOrBuilder (índice interno) XEvents within the same XLine should not overlap in time, but they can be nested. |
lista abstrata<? estende XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
abstrato longo | getId () Id of this line, can be repeated within an XPlane. |
cadeia abstrata | getNome () Name of this XLine. |
abstrato com.google.protobuf.ByteString | getNomeBytes () Name of this XLine. |
abstrato longo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
Métodos Públicos
público abstrato longo 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;
String abstrata pública getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11;
resumo público com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11;
público abstrato longo getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
público abstrato XEvent getEvents (índice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
público abstrato int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
lista abstrata pública< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
resumo público XEventOrBuilder getEventsOrBuilder (índice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
lista abstrata pública<? estende XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
público abstrato longo 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;
String abstrata pública getName ()
Name of this XLine.
string name = 2;
resumo público com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
público abstrato longo getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;