interfaz pública XLineOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| abstracto largo | getDisplayId () Display id of this line. |
| cadena abstracta | getDisplayName () Name of this XLine to display in trace viewer. |
| resumen com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
| abstracto largo | getDurationPs () Profiling duration for this line in picoseconds. |
| resumen XEvent | getEvents (índice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
| int abstracto | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
| Lista abstracta < XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
| resumen XEventOrBuilder | getEventsOrBuilder (índice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
| Resumen Lista <? extiende XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
| abstracto largo | getId () Id of this line, can be repeated within an XPlane. |
| cadena abstracta | getName () Name of this XLine. |
| resumen com.google.protobuf.ByteString | getNameBytes () Name of this XLine. |
| abstracto largo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
Métodos públicos
public abstract long getDisplayId ()
Display id of this line. Multiple lines with the same display_id are grouped together in the same trace viewer row.int64
int64 display_id = 10;público abstracto String getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11; display_name string display_name = 11;resumen público com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11; display_name string display_name = 11;public abstract long getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;public abstract 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;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 pública abstracta < XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;resumen 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 de resumen público <? extiende 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;público abstracto String getName ()
Name of this XLine.
string name = 2;resumen público com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;public abstract long getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;